diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-04-01 18:47:47 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-04-01 18:47:47 +0000 |
commit | 91964bd98429ef89a9a462f7b7d508d697d7b352 (patch) | |
tree | f287af2b9b5bb12d378d7b08672858ad6c49d8a4 /src | |
parent | 896a42a5a75b6fdd63f94e31f8ea970440d7b785 (diff) |
resync configure
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 |