You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/03/26 10:58:34 UTC

cvs commit: httpd-2.0 acinclude.m4

jorton      2004/03/26 01:58:34

  Modified:    .        acinclude.m4
  Log:
  * acinclude.m4 (APACHE_MODPATH_ADD): Give the convenience library a
  less generic name; libtool 1.5 gets confused when linking libssl.la
  against -lssl if libssl.la already exists in the cwd.
  
  Revision  Changes    Path
  1.151     +1 -1      httpd-2.0/acinclude.m4
  
  Index: acinclude.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/acinclude.m4,v
  retrieving revision 1.150
  retrieving revision 1.151
  diff -w -d -u -r1.150 -r1.151
  --- acinclude.m4	6 Mar 2004 16:47:41 -0000	1.150
  +++ acinclude.m4	26 Mar 2004 09:58:34 -0000	1.151
  @@ -171,7 +171,7 @@
     if test -z "$module_standalone"; then
       if test -z "$2"; then
         # The filename of a convenience library must have a "lib" prefix:
  -      libname="lib$1.la"
  +      libname="libmod_$1.la"
         BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname"
         modpath_static="$modpath_static $libname"
         cat >>$modpath_current/modules.mk<<EOF