pcs 97/07/26 14:31:23
Modified: src Configure Log: Remove knowledge about module requirements from Configure. Modules now supply this information themselves. Revision Changes Path 1.125 +0 -27 apachen/src/Configure Index: Configure =================================================================== RCS file: /export/home/cvs/apachen/src/Configure,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- Configure 1997/07/26 21:09:44 1.124 +++ Configure 1997/07/26 21:31:22 1.125 @@ -609,21 +609,6 @@ #################################################################### # Now we do some general checks and some intelligent Configuration # control. -# -# First, we adjust as needed depending on which modules are -# being used. -# - -# -# Are they using the status monitor module? If so, check -# for STATUS rule and add if needed. -# -STAT_MOD="mod_status" -if grep "$STAT_MOD" Makefile > /dev/null; then - if [ "$RULE_STATUS" = "yes" ]; then - CFLAGS="$CFLAGS -DSTATUS" - fi -fi #################################################################### # Use TestCompile to see if $(CC) is ANSI @@ -667,18 +652,6 @@ # # Are they using dbm/db auth? If so, add DBM/DB library. # -#if grep mod_auth_dbm Makefile > /dev/null; then -# LIBS="$LIBS $DBM_LIB" -# if [ "X$DBM_LIB" != "X" ]; then -# echo " + using $DBM_LIB for mod_auth_dbm" -# fi -#fi -#if grep mod_auth_db Makefile > /dev/null; then -# LIBS="$LIBS $DB_LIB" -# if [ "X$DB_LIB" != "X" ]; then -# echo " + using $DB_LIB for mod_auth_db" -# fi -#fi # # Now HS's POSIX regex implementation if needed/wanted