diff options
author | unknown <lenz@mysql.com> | 2002-06-23 17:42:29 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2002-06-23 17:42:29 +0200 |
commit | bbb47a1c83f96ef12763e5994ca7c4d10507caeb (patch) | |
tree | 82544c48ba13d16981c7baa295bc8b205369a032 /configure.in | |
parent | eed135a94fd1d6fe2b0bbc5198aa3ff1e59dbf0e (diff) | |
download | mariadb-git-bbb47a1c83f96ef12763e5994ca7c4d10507caeb.tar.gz |
Removed file include/getopt.h and added missing files to
include/Makefile.am to resolve broken dependencies in "make distcheck"
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options in
configure.in
BitKeeper/deleted/.del-getopt.h~a9ae679fa84f395:
Delete: include/getopt.h
configure.in:
Added -DHAVE_BROKEN_REALPATH to the Mac OS X (darwin) compile options
this reportedly increases the stability under high load
include/Makefile.am:
added my_getopt.h, rijndael.h, sha1.h, my_aes.h to resolve broken
distribution dependencies
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 45e38db7f37..58ce6331209 100644 --- a/configure.in +++ b/configure.in @@ -925,7 +925,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="" |