summaryrefslogtreecommitdiff
path: root/build/find_apr.m4
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2009-03-06 22:18:32 +0000
committerRuediger Pluem <rpluem@apache.org>2009-03-06 22:18:32 +0000
commit7dd46553f27b97eff7ec07ba2764e38b547dd23f (patch)
treeda53326fcdcea1ad2af1b6488a1fd6a314ab1e06 /build/find_apr.m4
parentb6502032c9793e785cda0b742fdd69e5810658a4 (diff)
downloadapr-7dd46553f27b97eff7ec07ba2764e38b547dd23f.tar.gz
* The " causes the result to be double " which causes errors in the final
configure scripts. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@751107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/find_apr.m4')
-rw-r--r--build/find_apr.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/find_apr.m4 b/build/find_apr.m4
index 88f64a7e3..7929d4cfb 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -81,7 +81,7 @@ AC_DEFUN([APR_FIND_APR], [
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