From: Erik Abele Date: Sat, 8 Jan 2005 01:57:26 +0000 (+0000) Subject: For a static module, use a filename with a lib prefix, X-Git-Tag: 2.1.3~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f65b2c89d197d7c396c05000050ce197f50d04;p=thirdparty%2Fapache%2Fhttpd.git For a static module, use a filename with a lib prefix, 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 --- diff --git a/modules/config5.m4 b/modules/config5.m4 index eec9ec4f77e..efc8ed5af09 100644 --- a/modules/config5.m4 +++ b/modules/config5.m4 @@ -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