Move test of gcc 3.0 from BUILD to configure

This commit is contained in:
monty@hundin.mysql.fi 2002-03-26 11:40:18 +02:00
commit beedaf26ec
2 changed files with 14 additions and 8 deletions

View file

@ -67,11 +67,4 @@ else
make=make
fi
if gcc -v 2>&1 | grep 'version 3' > /dev/null 2>&1
then
CXX="gcc -DUSE_MYSYS_NEW"
CXXLDFLAGS="-Wl,--defsym -Wl,__cxa_pure_virtual=0"
else
CXX=gcc
CXXLDFLAGS=""
fi
CXX=gcc