From: Jeff Trawick Date: Tue, 24 Mar 2009 16:46:43 +0000 (+0000) Subject: fix shell syntax error in check for apr major version X-Git-Tag: 2.3.3~837 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8937b1710b3c8e9b8ce1f3ae1b18862a4cf624d;p=apache fix shell syntax error in check for apr major version on OS X: acceptable_majors=""1 2"" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 99cad25cf5..39b1dc8fd3 100644 --- a/configure.in +++ b/configure.in @@ -76,7 +76,7 @@ APACHE_HELP_STRING(--with-included-apr,Use bundled copies of APR/APR-Util)) if test "x$with_included_apr" = "xyes"; then apr_found=reconfig else - APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, "1 2") + APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, 1 2) fi if test "$apr_found" = "no"; then