rse 98/04/14 03:58:24
Modified: src/helpers find-dbm-lib src/modules/standard mod_so.c Log: Make verbose messages of Configure step more consistent Revision Changes Path 1.5 +1 -1 apache-1.3/src/helpers/find-dbm-lib Index: find-dbm-lib =================================================================== RCS file: /export/home/cvs/apache-1.3/src/helpers/find-dbm-lib,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- find-dbm-lib 1998/03/07 21:43:32 1.4 +++ find-dbm-lib 1998/04/14 10:58:23 1.5 @@ -37,7 +37,7 @@ ;; esac if [ "X$found_dbm" = "X1" ]; then - echo " + using $DBM_LIB" + echo " + using $DBM_LIB for DBM support" fi fi fi 1.22 +1 -1 apache-1.3/src/modules/standard/mod_so.c Index: mod_so.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_so.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mod_so.c 1998/04/13 18:05:16 1.21 +++ mod_so.c 1998/04/14 10:58:24 1.22 @@ -140,7 +140,7 @@ fi LIBS="$LIBS $DL_LIB" if [ "X$DL_LIB" != "X" ]; then - echo " + using $DL_LIB for dynamic loading (mod_so)" + echo " + using $DL_LIB for DSO support" fi fi * ConfigEnd