diff options
author | lenz@mysql.com <> | 2005-05-07 01:25:20 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-05-07 01:25:20 +0200 |
commit | 838f363eaef715287228dba03653b2c7e754d856 (patch) | |
tree | 4828d74d5de35f1f34dc005d792645f6ab0426e4 /BUILD/compile-dist | |
parent | b3d916468d6e083808e502c58566ea9eff6d8230 (diff) | |
download | mariadb-git-838f363eaef715287228dba03653b2c7e754d856.tar.gz |
- typo fix in BUILD/compile-dist
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 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 |