diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-03-02 14:54:59 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-03-02 14:54:59 +0000 |
commit | b1c7c31e07b9284843d85bbe71a327a1ca13be63 (patch) | |
tree | 3363d6b7422f1cecb4c498d4c034f87948585b22 /src/configure | |
parent | 9bc57c6665fcdb88c283f0d1ca5c035b6cbf9bbd (diff) | |
download | postgresql-REL6_3.tar.gz postgresql-REL6_3.zip |
One last change to configure for 'non-gcc' compilerrelease-6-3REL6_3
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
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" |