You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rp...@apache.org on 2009/03/25 00:19:01 UTC

svn commit: r758084 - /apr/apr/trunk/build/find_apr.m4

Author: rpluem
Date: Tue Mar 24 23:19:01 2009
New Revision: 758084

URL: http://svn.apache.org/viewvc?rev=758084&view=rev
Log:
* Revert r751107. This now fixed by adjusting the call of FIND_APR in
  httpd, which is the better fix.

Modified:
    apr/apr/trunk/build/find_apr.m4

Modified: apr/apr/trunk/build/find_apr.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/find_apr.m4?rev=758084&r1=758083&r2=758084&view=diff
==============================================================================
--- apr/apr/trunk/build/find_apr.m4 (original)
+++ apr/apr/trunk/build/find_apr.m4 Tue Mar 24 23:19:01 2009
@@ -81,7 +81,7 @@
   ifelse([$4], [], [
          ifdef(AC_WARNING,AC_WARNING([$0: missing argument 4 (acceptable-majors): Defaulting to APR 0.x then APR 1.x]))
          acceptable_majors="0 1"],
-         [acceptable_majors=$4])
+         [acceptable_majors="$4"])
 
   apr_temp_acceptable_apr_config=""
   for apr_temp_major in $acceptable_majors