Kaydet (Commit) 70c353a8 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Use = instead of == in test.

üst eb2823f8
#! /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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment