Commit a54f6398 authored by lenz@mysql.com's avatar lenz@mysql.com

- Use the same compile options for the upcoming darwin8 OS in

   configure.in (thanks to Al Begley from Apple for the hint)
parent 35ac6343
......@@ -1037,7 +1037,7 @@ case $SYSTEM_TYPE in
MAX_C_OPTIMIZE="-O"
fi
;;
*darwin7*)
*darwin[7-8]*)
if test "$ac_cv_prog_gcc" = "yes"
then
FLAGS="-DHAVE_DARWIN_THREADS -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment