You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by or...@apache.org on 2001/12/18 00:34:35 UTC

cvs commit: httpd-2.0/modules/dav/fs config6.m4

orlikowski    01/12/17 15:34:35

  Modified:    modules/dav/fs config6.m4
  Log:
  Remove old kludge for AIX, since the rtl flags handles this nicely now.
  
  Revision  Changes    Path
  1.8       +0 -4      httpd-2.0/modules/dav/fs/config6.m4
  
  Index: config6.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/dav/fs/config6.m4,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config6.m4	2001/08/15 18:14:51	1.7
  +++ config6.m4	2001/12/17 23:34:35	1.8
  @@ -11,10 +11,6 @@
   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