]> granicus.if.org Git - postgresql/commitdiff
One last change to configure for 'non-gcc' compiler REL6_3 release-6-3
authorMarc G. Fournier <scrappy@hub.org>
Mon, 2 Mar 1998 14:54:59 +0000 (14:54 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 2 Mar 1998 14:54:59 +0000 (14:54 +0000)
src/configure

index e5d966c0af78011199029c7e33c8064252d295a1..3ef138e3822eab7963c0daaf61dd146e5233efd9 100755 (executable)
@@ -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"