diff options
author | unknown <lenz@mysql.com> | 2005-05-07 01:26:10 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-05-07 01:26:10 +0200 |
commit | cae0d72898effe5e2e9d620562f01335fe1959ea (patch) | |
tree | f90d152a9a78319d03c4d8e7a45b3993b0d104b7 /BUILD/compile-dist | |
parent | 03c048b1eabba0ef51825c03a89e45078c68004d (diff) | |
parent | 8ec23d0efcfd48b19746f19934256d216caf0f8f (diff) | |
download | mariadb-git-cae0d72898effe5e2e9d620562f01335fe1959ea.tar.gz |
Merge mysql.com:/space/my/mysql-4.0-build
into mysql.com:/space/my/mysql-4.1-build
BUILD/compile-dist:
Auto merged
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-x | BUILD/compile-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index e17b3151d0d..39095f59ffa 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -20,7 +20,7 @@ if test -z "$CXX" ; then export CXX=gcc # Set some required compile options if test -z "$CXXFLAGS" ; then - export CXXFLAGS=""-felide-constructors -fno-exceptions -fno-rtti"" + export CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" fi fi |