summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-05-07 01:26:10 +0200
committerlenz@mysql.com <>2005-05-07 01:26:10 +0200
commit6b10b260056eab621147bb8f763351a0bb6d510d (patch)
treef90d152a9a78319d03c4d8e7a45b3993b0d104b7 /BUILD/compile-dist
parentdd006cad21e411205c80ab1b0538605420fcb63d (diff)
parent838f363eaef715287228dba03653b2c7e754d856 (diff)
downloadmariadb-git-6b10b260056eab621147bb8f763351a0bb6d510d.tar.gz
Merge mysql.com:/space/my/mysql-4.0-build
into mysql.com:/space/my/mysql-4.1-build
Diffstat (limited to 'BUILD/compile-dist')
-rwxr-xr-xBUILD/compile-dist2
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