]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
'test' uses '=' not '=='
authorMark Andrews <marka@isc.org>
Fri, 4 Sep 2009 00:46:09 +0000 (00:46 +0000)
committerMark Andrews <marka@isc.org>
Fri, 4 Sep 2009 00:46:09 +0000 (00:46 +0000)
configure
configure.in

index 7d0e6398619b235ec6294853e8ff7be9833754fd..c5409f3b1ebf9649fd08b5754d2973e46571a4ac 100755 (executable)
--- a/configure
+++ b/configure
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 #
-# $Id: configure,v 1.462 2009/09/01 18:41:05 jinmei Exp $
+# $Id: configure,v 1.463 2009/09/04 00:46:09 marka Exp $
 #
 # Portions Copyright (C) 1996-2001  Nominum, Inc.
 #
@@ -26000,7 +26000,7 @@ fi
 case $want_symtable in
 yes|all|minimal)
 
-       if test "$PERL" == ""
+       if test "$PERL" = ""
        then
                { { echo "$as_me:$LINENO: error: Internal symbol table requires perl but no perl is found.
 Install perl or explicitly disable the feature by --disable-symtable." >&5
index f224951cc1b79425c4e0cf5e021aab79dd3ff2d0..f2b745f8829b3edb9d4225d5b3ec26e1f0f60f17 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.476 $)
+AC_REVISION($Revision: 1.477 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -1335,7 +1335,7 @@ AC_ARG_ENABLE(symtable,
 case $want_symtable in
 yes|all|minimal)
        
-       if test "$PERL" == ""
+       if test "$PERL" = ""
        then
                AC_MSG_ERROR([Internal symbol table requires perl but no perl is found.
 Install perl or explicitly disable the feature by --disable-symtable.])