Test for $GCC = yes instead of if it is non-empty. This

way it is possible to use ac_cv_c_compiler_gnu=no to
force configure to think it is using non-GNU C compiler.
This commit is contained in:
Lasse Collin 2008-01-07 23:14:25 +02:00
parent 3dbbea82b7
commit c7189d981a
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ main()
Wno_uninitialized=no
if test -n "$GCC" ; then
if test "x$GCC" = xyes ; then
echo
echo "GCC extensions:"
gl_VISIBILITY