Author: rjung Date: Sun May 24 20:21:47 2015 New Revision: 1681524 URL: http://svn.apache.org/r1681524 Log: This is only a warning, not a fatal configure error.
Modified: tomcat/native/branches/1.1.x/native/build/tcnative.m4 Modified: tomcat/native/branches/1.1.x/native/build/tcnative.m4 URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/build/tcnative.m4?rev=1681524&r1=1681523&r2=1681524&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/build/tcnative.m4 (original) +++ tomcat/native/branches/1.1.x/native/build/tcnative.m4 Sun May 24 20:21:47 2015 @@ -43,7 +43,7 @@ AC_DEFUN(TCN_FIND_APR,[ AC_MSG_ERROR(Found APR $sapr_version. You need APR version 1.2.1 or newer installed. For optimal performance version 1.3.0 or newer is needed.) elif test "${decimal_apr_version}" -lt "0103000" then - AC_MSG_ERROR(Found APR $sapr_version. For optimal performance version 1.3.0 or newer is needed.) + AC_MSG_WARN(Found APR $sapr_version. For optimal performance version 1.3.0 or newer is needed.) fi AC_MSG_NOTICE(APR $sapr_version detected.) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org