diff options
author | Victor J. Orlikowski <orlikowski@apache.org> | 2001-04-02 21:06:02 +0200 |
---|---|---|
committer | Victor J. Orlikowski <orlikowski@apache.org> | 2001-04-02 21:06:02 +0200 |
commit | 28f7a845a177eb461f2eb1fd1ffc08fc47763841 (patch) | |
tree | 9201433ea88a45bdc8996c0c1967f1d9af3d515b /acinclude.m4 | |
parent | "void *res = signal(blah)" isn't cool 'cause void * is not compatible with (diff) | |
download | apache2-28f7a845a177eb461f2eb1fd1ffc08fc47763841.tar.xz apache2-28f7a845a177eb461f2eb1fd1ffc08fc47763841.zip |
Changes to get AIX DSOs working, sans APR changes.
Basically, this allows linker flags to be passed for the httpd executable
and DSOs only.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index af5c56c195..56b5a6b02a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -79,6 +79,8 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(CXXFLAGS) APACHE_SUBST(LTFLAGS) APACHE_SUBST(LDFLAGS) + APACHE_SUBST(SH_LDFLAGS) + APACHE_SUBST(HTTPD_LDFLAGS) APACHE_SUBST(DEFS) APACHE_SUBST(LIBTOOL) APACHE_SUBST(SHELL) |