aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-03-02 14:54:59 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-03-02 14:54:59 +0000
commitb1c7c31e07b9284843d85bbe71a327a1ca13be63 (patch)
tree3363d6b7422f1cecb4c498d4c034f87948585b22
parent9bc57c6665fcdb88c283f0d1ca5c035b6cbf9bbd (diff)
downloadpostgresql-release-6-3.tar.gz
postgresql-release-6-3.zip
One last change to configure for 'non-gcc' compilerrelease-6-3REL6_3
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index e5d966c0af7..3ef138e3822 100755
--- a/src/configure
+++ b/src/configure
@@ -1003,7 +1003,7 @@ fi
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
-if test $ac_cv_prog_gcc = yes; then
+if test "$ac_cv_prog_gcc" = "yes"; then
GCC=yes
ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"