php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #73219
Patch aclocal-sed-delim revision 2016-10-01 18:00 UTC by rainer dot jung at kippdata dot de

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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 02:01:29 2024 UTC