diff options
author | unknown <lenz@mysql.com> | 2002-06-21 23:54:01 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-06-21 23:54:01 +0200 |
commit | 9ee25c7109ef9f00484c8b06407584b570c2a440 (patch) | |
tree | ebb76c65677ab23efedfe16fe180a0d745cfdaa7 /configure.in | |
parent | 4c8f4b224a90f842dabb5cfd81057a70e3d83379 (diff) | |
download | mariadb-git-9ee25c7109ef9f00484c8b06407584b570c2a440.tar.gz |
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
configure.in
configure.in:
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options
this reportedly increases the stability under high load
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 0869ce43e6d..99d8e9bc1f5 100644 --- a/configure.in +++ b/configure.in @@ -882,7 +882,7 @@ case $SYSTEM_TYPE in *darwin*) if test "$ac_cv_prog_gcc" = "yes" then - CFLAGS="$CFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ" + CFLAGS="$CFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ -DHAVE_BROKEN_REALPATH" CXXFLAGS="$CXXFLAGS -traditional-cpp -DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ" MAX_C_OPTIMIZE="-O" with_named_curses="" |