summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-02-18 02:12:16 +0000
committerRyan Bloom <rbb@apache.org>2000-02-18 02:12:16 +0000
commit0a4a79db1587a3614044b46fa6befbe81e24e318 (patch)
tree6ca078ce7fb839b855d1bc5739cb39d0d92f6f1b /acinclude.m4
parentd72f35dbbea9e452b8d2ed6d45a60734c6776a10 (diff)
downloadhttpd-0a4a79db1587a3614044b46fa6befbe81e24e318.tar.gz
These changes didn't get into the patch for dynamic modules. With this,
dynamic modules should work. :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84641 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 195270220a..c664aa305d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -50,6 +50,7 @@ AC_DEFUN(APACHE_FAST_GENERATE,[
APACHE_SUBST(CC)
APACHE_SUBST(CFLAGS)
APACHE_SUBST(CPPFLAGS)
+ APACHE_SUBST(LTFLAGS)
APACHE_SUBST(LDFLAGS)
APACHE_SUBST(DEFS)
APACHE_SUBST(LIBTOOL)
@@ -250,6 +251,7 @@ AC_DEFUN(APACHE_MODULE,[
case "$enable_$1" in
shared*)
enable_$1=`echo $ac_n $enable_$1$ac_c|sed 's/shared,*//'`
+ sharedobjs=yes
shared=yes;;
*)
MODLIST="$MODLIST ifelse($4,,$1,$4)"