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
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