Index: Configure =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configure,v retrieving revision 1.351 diff -u -r1.351 Configure --- Configure 1999/05/31 11:57:57 1.351 +++ Configure 1999/06/05 15:15:55 @@ -1537,6 +1537,10 @@ fi . ./$tmpfile3 fi + if grep "Libs:" $tmpfile2 > /dev/null; then + modlibs=`grep Libs: $tmpfile2 | sed 's/^.*Libs:[ ]*//'` + echo " o $modbase adds libraries: $modlibs" + fi rm -f $tmpfile2 $tmpfile3 if [ "x$ext" != "x$SHLIB_SUFFIX_NAME" ]; then ext=o @@ -1977,7 +1981,7 @@ #################################################################### ## Finish creating the Makefile.config file ## -echo "LIBS1=$LIBS">> Makefile.config +echo "LIBS1=$modlibs $LIBS">> Makefile.config echo "##" >> Makefile.config echo "## (End of automatically generated section)">> Makefile.config echo "##" >> Makefile.config