Build libphp4.la as a module which can be dlopened.

This should not make a difference on common platforms,
but maybe esoteric ones.
This commit is contained in:
Sascha Schumann 2002-03-07 19:21:02 +00:00
parent 99e854f60d
commit 5745f86187

View File

@ -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