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