mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
resync configure
This commit is contained in:
parent
896a42a5a7
commit
91964bd984
1 changed files with 1 additions and 1 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -3340,7 +3340,7 @@ else
|
|||
fi
|
||||
rm -f conftest*
|
||||
|
||||
if test x$ac_cv_prog_gcc = xyes; then
|
||||
if test $ac_cv_prog_gcc = yes; then
|
||||
echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
|
||||
echo "configure:3346: checking whether ${CC-cc} needs -traditional" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue