Author: joes
Date: Thu Feb 23 16:00:59 2006
New Revision: 380274
URL: http://svn.apache.org/viewcvs?rev=380274&view=rev
Log:
s/mod_perl/mod_perl2/g in version checks
Modified:
httpd/apreq/trunk/acinclude.m4
Modified: httpd/apreq/trunk/acinclude.m4
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/acinclude.m4?rev=380274&r1=380273&r2=380274&view=diff
==============================================================================
--- httpd/apreq/trunk/acinclude.m4 (original)
+++ httpd/apreq/trunk/acinclude.m4 Thu Feb 23 16:00:59 2006
@@ -119,9 +119,9 @@
fi
AC_MSG_RESULT(yes)
- AC_MSG_CHECKING(for mod_perl)
- if test -z "`$prereq_check mod_perl`"; then
- AC_MSG_WARN([Bad mod_perl version])
+ AC_MSG_CHECKING(for mod_perl2)
+ if test -z "`$prereq_check mod_perl2`"; then
+ AC_MSG_WARN([Bad mod_perl2 version])
fi
AC_MSG_RESULT(yes)