From 5745f86187629bfdfde3863d6ab2273f5741cebc Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 7 Mar 2002 19:21:02 +0000 Subject: [PATCH] Build libphp4.la as a module which can be dlopened. This should not make a difference on common platforms, but maybe esoteric ones. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 023de698d61..e8dd475eb44 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