From: Marko Karppinen Date: Mon, 1 Jul 2002 18:19:27 +0000 (+0000) Subject: In Darwin we have this thing called two-level namespace X-Git-Tag: xmlrpc_epi_0_51_merge_pt~55 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cd7c55148761577555c9ab540c46c3b10f9ed43;p=php In Darwin we have this thing called two-level namespace --- diff --git a/configure.in b/configure.in index 77946cc74f..103afab681 100644 --- a/configure.in +++ b/configure.in @@ -103,7 +103,8 @@ case $host_alias in *dgux*) CPPFLAGS="$CPPFLAGS -D_BSD_TIMEOFDAY_FLAVOR";; *darwin*|*rhapsody*) - CPPFLAGS="$CPPFLAGS -no-cpp-precomp";; + CPPFLAGS="$CPPFLAGS -no-cpp-precomp" + php_multiple_shlib_versions_ok=yes;; *bsdi*) BSD_MAKEFILE=yes;; *beos*) @@ -1242,7 +1243,7 @@ cat <