summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2009-03-06 22:18:47 +0000
committerrpluem <rpluem@13f79535-47bb-0310-9956-ffa450edef68>2009-03-06 22:18:47 +0000
commitd730e2f1127402b0c8deb62682753bd48538d0c1 (patch)
tree2865459a4c85302420873d83a524ef44ef7e2152
parent421796273a2ab41ba75d2d64811a9de959eee4cf (diff)
downloadlibapr-util-d730e2f1127402b0c8deb62682753bd48538d0c1.tar.gz
* The " causes the result to be double " which causes errors in the final
configure scripts. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@751108 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build/find_apu.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/find_apu.m4 b/build/find_apu.m4
index dfa4e0e2..1132ecea 100644
--- a/build/find_apu.m4
+++ b/build/find_apu.m4
@@ -91,7 +91,7 @@ AC_DEFUN([APR_FIND_APU], [
[
ifdef(AC_WARNING,([$0: missing argument 4 (acceptable-majors): Defaulting to APU 0.x then APU 1.x]))
acceptable_majors="0 1"
- ], [acceptable_majors="$4"])
+ ], [acceptable_majors=$4])
apu_temp_acceptable_apu_config=""
for apu_temp_major in $acceptable_majors