Skip to content

Commit 91964bd

Browse files
committed
resync configure
1 parent 896a42a commit 91964bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3340,7 +3340,7 @@ else
33403340
fi
33413341
rm -f conftest*
33423342

3343-
if test x$ac_cv_prog_gcc = xyes; then
3343+
if test $ac_cv_prog_gcc = yes; then
33443344
echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
33453345
echo "configure:3346: checking whether ${CC-cc} needs -traditional" >&5
33463346
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then

0 commit comments

Comments
 (0)