From: Ryan Bloom Date: Fri, 18 Feb 2000 02:12:16 +0000 (+0000) Subject: These changes didn't get into the patch for dynamic modules. With this, X-Git-Tag: 1.3.12~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a4a79db1587a3614044b46fa6befbe81e24e318;p=apache 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 --- 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)"