From 91964bd98429ef89a9a462f7b7d508d697d7b352 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 1 Apr 1998 18:47:47 +0000 Subject: [PATCH] resync configure --- src/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configure b/src/configure index 76e25f2a93..79aea1f64f 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 -- GitLab