diff options
author | Jeff Trawick <trawick@apache.org> | 2001-12-12 20:39:55 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-12-12 20:39:55 +0100 |
commit | 6f730a1a642e4c588b6563333b17ed4a2130f46e (patch) | |
tree | f4d2ff90c3c22b34551545b288081d403f7da463 /acinclude.m4 | |
parent | Oh, FreeBSD, you don't like having multiple children, do you? (diff) | |
download | apache2-6f730a1a642e4c588b6563333b17ed4a2130f46e.tar.xz apache2-6f730a1a642e4c588b6563333b17ed4a2130f46e.zip |
change Apache/apr/apr-util to use run-time linking on AIX
currently, a kludge (-uXML_Parse) is needed to get a reference to expat
in the Apache executable programs; I think this is related to the fact
that expat libtool is getting generated a little differently than apr
libtool and is choosing to build a different flavor of shared library
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 2057f2b441..a40255ce37 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -70,6 +70,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(LT_LDFLAGS) APACHE_SUBST(SH_LDFLAGS) APACHE_SUBST(HTTPD_LDFLAGS) + APACHE_SUBST(UTIL_LDFLAGS) APACHE_SUBST(LIBS) APACHE_SUBST(DEFS) APACHE_SUBST(INCLUDES) |