From: Victor J. Orlikowski Date: Mon, 17 Dec 2001 23:34:35 +0000 (+0000) Subject: Remove old kludge for AIX, since the rtl flags handles this nicely now. X-Git-Tag: 2.0.30~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8672f1c7bbdbc5083c4f2699c1384375db2a76e7;p=apache Remove old kludge for AIX, since the rtl flags handles this nicely now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92505 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/fs/config6.m4 b/modules/dav/fs/config6.m4 index 1f48b6466d..515111cd01 100644 --- a/modules/dav/fs/config6.m4 +++ b/modules/dav/fs/config6.m4 @@ -11,10 +11,6 @@ else fi case "$host" in - *-ibm-aix*) - # AIX wants the symbols resolved, but doesn't like .la files ... ;( - dav_fs_objects="$dav_fs_objects ../main/mod_dav.lo ../main/props.lo ../main/util.lo ../main/util_lock.lo ../main/liveprop.lo ../main/providers.lo ../main/std_liveprop.lo" - ;; *os2*) # OS/2 DLLs must resolve all symbols at build time # and we need some from main DAV module