From: Gonzalo A. <ga...@us...> - 2006-08-23 16:13:52
|
Update of /cvsroot/mod-c/mod_c In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv855 Modified Files: configure.ac Log Message: Cosmetic changes. Index: configure.ac =================================================================== RCS file: /cvsroot/mod-c/mod_c/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure.ac 22 Aug 2006 20:24:04 -0000 1.5 --- configure.ac 23 Aug 2006 16:13:38 -0000 1.6 *************** *** 23,26 **** --- 23,28 ---- AC_HEADER_STDC + ############################################################################## + # check for --with-apxs AC_MSG_CHECKING(for 'apxs') *************** *** 38,41 **** --- 40,44 ---- AC_MSG_RESULT([found '${APXS}']) + ############################################################################## # Find httpd.h (apache) *************** *** 61,64 **** --- 64,68 ---- fi + ############################################################################## # Find apr.h (apache portable runtime library) *************** *** 81,84 **** --- 85,89 ---- fi + ############################################################################## # Find ehtml.h (EHTML) *************** *** 104,107 **** --- 109,113 ---- fi + ############################################################################## # All the variables we need... |