Author: dumindu Date: Fri Feb 29 04:29:01 2008 New Revision: 14362 Log:
Trivial fix. Modified: trunk/solutions/identity/modules/mod-cspace/acinclude.d/ax_with_apxs.m4 Modified: trunk/solutions/identity/modules/mod-cspace/acinclude.d/ax_with_apxs.m4 ============================================================================== --- trunk/solutions/identity/modules/mod-cspace/acinclude.d/ax_with_apxs.m4 (original) +++ trunk/solutions/identity/modules/mod-cspace/acinclude.d/ax_with_apxs.m4 Fri Feb 29 04:29:01 2008 @@ -36,7 +36,7 @@ # make sure version begins with 2 if test -z "`$HTTPD -v | egrep 'Server version: Apache/2'`"; then - AC_MSG_ERROR([mod_auth_openid only works with Apache 2. The one you have seems to be $ver.]) + AC_MSG_ERROR([mod_cspace only works with Apache 2. The one you have seems to be $ver.]) fi AC_SUBST(APXS) _______________________________________________ Identity-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/identity-dev
