mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Correct a typo error: cpp symbol is "BIG_TABLES", not "BIG_FILES"
(backport from 4.1).
This commit is contained in:
parent
86fcffb323
commit
9e2e71816f
1 changed files with 2 additions and 2 deletions
|
@ -939,8 +939,8 @@ MAX_CXX_OPTIMIZE="-O3"
|
|||
# workaround for Sun Forte/x86 see BUG#4681
|
||||
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_prog_gcc in
|
||||
*solaris*-i?86-no)
|
||||
CFLAGS="$CFLAGS -DBIG_FILES"
|
||||
CXXFLAGS="$CXXFLAGS -DBIG_FILES"
|
||||
CFLAGS="$CFLAGS -DBIG_TABLES"
|
||||
CXXFLAGS="$CXXFLAGS -DBIG_TABLES"
|
||||
;;
|
||||
*) ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue