]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Use = instead of == in test.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 10 Sep 2002 09:19:45 +0000 (09:19 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 10 Sep 2002 09:19:45 +0000 (09:19 +0000)
configure
configure.in

index 0be77232b64e46d08a04e20faa5cded78e59eb71..6f1df7820974d098bcf4121e17f067d2fdfbc1d8 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.288.6.6 
+# From configure.in Revision: 1.288.6.7 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -1996,7 +1996,7 @@ fi
 # some of the headers (Redhat 6 if kernel headers don't match glibc
 # headers). Thus, disable warnings. This can go away if autoconf 2.50
 # is used, since it considers the gcc status to determine errors.
-if test $GCC == yes
+if test $GCC = yes
 then
    CPPFLAGS_save=$CPPFLAGS
    CPPFLAGS="$CPPFLAGS -w"
@@ -2049,7 +2049,7 @@ fi
 done
 
 
-if test $GCC == yes
+if test $GCC = yes
 then
    CPPFLAGS=$CPPFLAGS_save
 fi
index e5fa6dfdd97283f3cea34b15ccb5445501c3da2a..d997e0c7debe925b76a851a5ee5219a72fa860e8 100644 (file)
@@ -526,7 +526,7 @@ AC_HEADER_STDC
 # some of the headers (Redhat 6 if kernel headers don't match glibc
 # headers). Thus, disable warnings. This can go away if autoconf 2.50
 # is used, since it considers the gcc status to determine errors.
-if test $GCC == yes
+if test $GCC = yes
 then
    CPPFLAGS_save=$CPPFLAGS
    CPPFLAGS="$CPPFLAGS -w"
@@ -540,7 +540,7 @@ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/time.h sys/times.h \
 sys/un.h sys/utsname.h sys/wait.h pty.h term.h libutil.h \
 ndbm.h db1/ndbm.h gdbm/ndbm.h sys/resource.h netpacket/packet.h)
 
-if test $GCC == yes
+if test $GCC = yes
 then
    CPPFLAGS=$CPPFLAGS_save
 fi