Patch aclocal-sed-delim for *Compile Issues Bug #73219
Patch version 2016-10-01 18:00 UTC
Return to Bug #73219 |
Download this patch
Patch Revisions:
Developer: rainer.jung@kippdata.de
--- acinclude.m4 2016-09-13 20:52:22.000000000 +0200
+++ acinclude.m4 2016-10-01 18:39:40.534401000 +0200
@@ -2678,7 +2678,7 @@
if test -n "$val"; then
echo "$var='$val' \\" >> $1
if test `expr "X$ac_configure_args" : ".*${var}.*"` != 0; then
- clean_configure_args=$(echo $clean_configure_args | sed -e "s/'$var=$val'//")
+ clean_configure_args=$(echo $clean_configure_args | sed -e "s#'$var=$val'##")
fi
fi
done
|