aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorjsm28 <>2007-02-19 17:28:03 +0000
committerjsm28 <>2007-02-19 17:28:03 +0000
commitee263903f6ed0d64276062d4e04a8622bbd019a2 (patch)
tree3ff6b834ed974fa3f2ab28779e2ed24cdf003eb1 /configure
parent05fb411b39f8e7561b3f391283db66816e48dcf1 (diff)
* configure.ac: Adjust for loop syntax.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 671e9555b9d..f5b4778c90d 100755
--- a/configure
+++ b/configure
@@ -1764,7 +1764,8 @@ if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
# Quote arguments with shell meta charatcers.
TOPLEVEL_CONFIGURE_ARGUMENTS=
set -- "$progname" "$@"
-for ac_arg; do
+for ac_arg
+do
case "$ac_arg" in
*" "*|*" "*|*\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?*)
ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"`