diff options
author | Sascha Schumann <sas@php.net> | 2002-03-07 19:21:02 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-07 19:21:02 +0000 |
commit | 5745f86187629bfdfde3863d6ab2273f5741cebc (patch) | |
tree | 1a435aa62bd04001da96ef407fcc2cae94394a25 | |
parent | 99e854f60d1a8c1eec30e195925e2d13d410224c (diff) | |
download | php-git-5745f86187629bfdfde3863d6ab2273f5741cebc.tar.gz |
Build libphp4.la as a module which can be dlopened.
This should not make a difference on common platforms,
but maybe esoteric ones.
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |