summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2004-07-23 12:27:28 +0200
committerunknown <lenz@mysql.com>2004-07-23 12:27:28 +0200
commitb6c0980c7c8dcad789d3a4f6eb9819dbccaa2281 (patch)
treee05675e4c042240975e987e94cd038d282a4b0f2 /configure.in
parent039957b252ad7dc23dad0d62d39862c417a351fd (diff)
downloadmariadb-git-b6c0980c7c8dcad789d3a4f6eb9819dbccaa2281.tar.gz
- Use the same compile options for the upcoming darwin8 OS in
configure.in (thanks to Al Begley from Apple for the hint) configure.in: - Use the same compile options for the upcoming darwin8 OS (thanks to Al Begley from Apple for the hint)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 516b521034b..2444cdbc7ce 100644
--- a/configure.in
+++ b/configure.in
@@ -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"