From: Sascha Schumann Date: Thu, 7 Mar 2002 19:21:02 +0000 (+0000) Subject: Build libphp4.la as a module which can be dlopened. X-Git-Tag: help~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5745f86187629bfdfde3863d6ab2273f5741cebc;p=php Build libphp4.la as a module which can be dlopened. This should not make a difference on common platforms, but maybe esoteric ones. --- diff --git a/configure.in b/configure.in index 023de698d6..e8dd475eb4 100644 --- a/configure.in +++ b/configure.in @@ -807,7 +807,7 @@ program|static) shared) enable_static=no standard_libtool_flag=-prefer-pic - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -avoid-version -module" ;; esac