]> granicus.if.org Git - php/commitdiff
Slight Darwin tweak from Fred
authorRasmus Lerdorf <rasmus@php.net>
Tue, 22 Aug 2000 00:27:17 +0000 (00:27 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Tue, 22 Aug 2000 00:27:17 +0000 (00:27 +0000)
configure.in

index 2b3b0deef43272f4fd2edf475626908d5d3e9e91..c4008cd9c1b874b0699de5a3cddb287a63db7ce8 100644 (file)
@@ -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