diff options
author | monty@hundin.mysql.fi <> | 2001-10-30 16:31:35 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-10-30 16:31:35 +0200 |
commit | 7367545cad47dc0bf7e8787c565c49235abbad15 (patch) | |
tree | ae7c97d916cbedaec41df19869889814ef8f8688 /BUILD/FINISH.sh | |
parent | 03bf236f4a70bf50158a186ffafd838a88823f1d (diff) | |
download | mariadb-git-7367545cad47dc0bf7e8787c565c49235abbad15.tar.gz |
Fix for gcc 3.0
Fix for using quoted table names with the SJIS character set.
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 368ab339c2b..c7cd43fa64e 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -20,7 +20,7 @@ then (cd gemini && aclocal && autoheader && aclocal && automake && autoconf) fi -CFLAGS=\"$cflags\" CXX=gcc CXXFLAGS=\"$cxxflags\" $configure" +CFLAGS=\"$cflags\" CXX=$CXX CXXFLAGS=\"$cxxflags\" $configure" if [ -z "$just_configure" ] then |