From 8672f1c7bbdbc5083c4f2699c1384375db2a76e7 Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Mon, 17 Dec 2001 23:34:35 +0000 Subject: [PATCH] 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 --- modules/dav/fs/config6.m4 | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.40.0