From 838f363eaef715287228dba03653b2c7e754d856 Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Sat, 7 May 2005 01:25:20 +0200 Subject: [PATCH] - typo fix in BUILD/compile-dist --- BUILD/compile-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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