* 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-util/trunk@751108 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build/find_apu.m4 b/build/find_apu.m4
index dfa4e0e..1132ece 100644
--- a/build/find_apu.m4
+++ b/build/find_apu.m4
@@ -91,7 +91,7 @@
   [
     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