diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index 76e25f2a930..79aea1f64f1 100755 --- a/src/configure +++ b/src/configure @@ -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 |