Module Name: othersrc
Committed By: lukem
Date: Mon Mar 25 03:47:47 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
test(1) using = not ==
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 othersrc/libexec/tnftpd/configure.ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.36 othersrc/libexec/tnftpd/configure.ac:1.37
--- othersrc/libexec/tnftpd/configure.ac:1.36 Sun Mar 24 07:50:09 2013
+++ othersrc/libexec/tnftpd/configure.ac Mon Mar 25 03:47:47 2013
@@ -1,4 +1,4 @@
-# $NetBSD: configure.ac,v 1.36 2013/03/24 07:50:09 lukem Exp $
+# $NetBSD: configure.ac,v 1.37 2013/03/25 03:47:47 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
@@ -9,7 +9,7 @@ AC_COPYRIGHT([
Copyright (c) 2001-2013 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.36 $])
+AC_REVISION([$Revision: 1.37 $])
AS_SHELL_SANITIZE()
@@ -93,7 +93,7 @@ AC_PROG_CC()
AC_PROG_AWK()
AC_PROG_YACC()
-AS_IF([test x"$YACC" == x"yacc"],
+AS_IF([test x"$YACC" = x"yacc"],
[AC_PATH_PROG([TOOL_YACC], [$YACC])
AS_IF([test -n "$TOOL_YACC"],
[:],