projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bc57c6
)
One last change to configure for 'non-gcc' compiler
REL6_3
release-6-3
author
Marc G. Fournier
Mon, 2 Mar 1998 14:54:59 +0000
(14:54 +0000)
committer
Marc G. Fournier
Mon, 2 Mar 1998 14:54:59 +0000
(14:54 +0000)
src/configure
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index e5d966c0af78011199029c7e33c8064252d295a1..3ef138e3822eab7963c0daaf61dd146e5233efd9 100755
(executable)
--- 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"