]> granicus.if.org Git - apache/commitdiff
* acinclude.m4 (APACHE_MODPATH_ADD): Give the convenience library a
authorJoe Orton <jorton@apache.org>
Fri, 26 Mar 2004 09:58:34 +0000 (09:58 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 26 Mar 2004 09:58:34 +0000 (09:58 +0000)
less generic name; libtool 1.5 gets confused when linking libssl.la
against -lssl if libssl.la already exists in the cwd.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103164 13f79535-47bb-0310-9956-ffa450edef68

acinclude.m4

index b77199d6be657b3c3291d20273ad754ab64d20c9..e256967fc26230a65b72fd64b1d774d8a802f117 100644 (file)
@@ -171,7 +171,7 @@ AC_DEFUN(APACHE_MODPATH_ADD,[
   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