Fix error in script about check if C compiler is GNU

git-svn-id: trunk@24911 -
This commit is contained in:
pierre 2013-06-17 08:18:30 +00:00
parent 37df6f6455
commit 4892461009

View File

@ -96,7 +96,7 @@ else
EXEEXT=
if [ "$libdir" == "" ]; then
# Do not add /lib, if -print-search-dirs can be used
if [ CC_is_gxx -eq 1 ] ; then
if [ $CC_is_gcc -eq 1 ] ; then
libdir=
else
libdir=/lib