]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
For a static module, use a filename with a lib prefix,
authorErik Abele <erikabele@apache.org>
Sat, 8 Jan 2005 01:57:26 +0000 (01:57 +0000)
committerErik Abele <erikabele@apache.org>
Sat, 8 Jan 2005 01:57:26 +0000 (01:57 +0000)
see also rev 102381 of acinclude.m4

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

modules/config5.m4

index eec9ec4f77e2f80dc605b052963b1c75cc1cd289..efc8ed5af0942395bb9b58c54c93cd67b8d2e780 100644 (file)
@@ -13,7 +13,8 @@ AC_ARG_WITH(module,
     fi
     module=`echo $pkg | sed -e 's;.*/mod_\(.*\).c;\1;'`
     objects="mod_$module.lo"
-    libname="mod_$module.la"
+    # The filename of a convenience library must have a "lib" prefix:
+    libname="lib$module.la"
     modpath_current="modules/$modtype"
     BUILTIN_LIBS="$BUILTIN_LIBS $modpath_current/$libname"
     if test ! -s "$modpath_current/modules.mk"; then