Merge mysql.com:/space/my/mysql-4.0-build

into mysql.com:/space/my/mysql-4.1-build
This commit is contained in:
lenz@mysql.com 2005-05-07 01:26:10 +02:00
commit 6b10b26005

View File

@ -20,7 +20,7 @@ if test -z "$CXX" ; then
export CXX=gcc export CXX=gcc
# Set some required compile options # Set some required compile options
if test -z "$CXXFLAGS" ; then if test -z "$CXXFLAGS" ; then
export CXXFLAGS=""-felide-constructors -fno-exceptions -fno-rtti"" export CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti"
fi fi
fi fi