summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 2b3b0deef4..c4008cd9c1 100644
--- a/configure.in
+++ b/configure.in
@@ -95,7 +95,7 @@ case "$host_alias" in
CPPFLAGS="$CPPFLAGS -D_POSIX_PTHREAD_SEMANTICS";;
*dgux*)
CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR";;
-*rhapsody*)
+*darwin*|*rhapsody*)
CPPFLAGS="$CPPFLAGS -traditional-cpp";;
esac