]> granicus.if.org Git - apache/commitdiff
Remove old kludge for AIX, since the rtl flags handles this nicely now.
authorVictor J. Orlikowski <orlikowski@apache.org>
Mon, 17 Dec 2001 23:34:35 +0000 (23:34 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Mon, 17 Dec 2001 23:34:35 +0000 (23:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92505 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/fs/config6.m4

index 1f48b6466dc109f44d1918f4d4e7a404d6406840..515111cd01cbab78deb45e64e57cbbfd9463c228 100644 (file)
@@ -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