mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
One last change to configure for 'non-gcc' compiler
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@ -1003,7 +1003,7 @@ fi
|
|||||||
|
|
||||||
echo "$ac_t""$ac_cv_prog_gcc" 1>&6
|
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
|
GCC=yes
|
||||||
ac_test_CFLAGS="${CFLAGS+set}"
|
ac_test_CFLAGS="${CFLAGS+set}"
|
||||||
ac_save_CFLAGS="$CFLAGS"
|
ac_save_CFLAGS="$CFLAGS"
|
||||||
|
Reference in New Issue
Block a user