summaryrefslogtreecommitdiff
path: root/BUILD/compile-dist
diff options
context:
space:
mode:
authorlenz@mysql.com <>2005-05-07 01:25:20 +0200
committerlenz@mysql.com <>2005-05-07 01:25:20 +0200
commit838f363eaef715287228dba03653b2c7e754d856 (patch)
tree4828d74d5de35f1f34dc005d792645f6ab0426e4 /BUILD/compile-dist
parentb3d916468d6e083808e502c58566ea9eff6d8230 (diff)
downloadmariadb-git-838f363eaef715287228dba03653b2c7e754d856.tar.gz
- typo fix in BUILD/compile-dist
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 4fa3c0a8624..51afd104491 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