summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-07-05 06:42:31 +0000
committerSascha Schumann <sas@php.net>2002-07-05 06:42:31 +0000
commit8366e6531a0faf1577ade06fded971ab9c72bd69 (patch)
treedd1c0c34b3a4047e2e3a7d55e6454fd6ee29c0e1
parent30ed0ca993e2b846449bf45cfce55d40b25f870a (diff)
downloadphp-git-8366e6531a0faf1577ade06fded971ab9c72bd69.tar.gz
some seds want to see a newline, so we give them a newline
PR: #17072 and others
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 35cc8bafac..f8e943b2b8 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1167,7 +1167,7 @@ AC_DEFUN(PHP_NEW_EXTENSION,[
ext_builddir=[]PHP_EXT_BUILDDIR($1)
ext_srcdir=[]PHP_EXT_SRCDIR($1)
- ifelse($5,,ac_extra=,[ac_extra=`echo $ac_n "$5$ac_c"|sed s#@ext_srcdir@#$ext_srcdir#g`])
+ ifelse($5,,ac_extra=,[ac_extra=`echo "$5"|sed s#@ext_srcdir@#$ext_srcdir#g`])
if test "$3" != "shared" && test "$3" != "yes" && test "$4" != "cli"; then
dnl ---------------------------------------------- Static module