diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 5c461fc..161ea353 100644 --- a/configure.in +++ b/configure.in @@ -74,7 +74,8 @@ cat <<\EOF_SED > conftestsed s,\\,\\\\,g; s,\$,$$,g EOF_SED tmp="'$progname'" -for ac_arg ; do +for ac_arg +do tmp="$tmp '"`echo "$ac_arg" | sed -fconftestsed` done rm -f conftestsed |