From 52f1135c8fac3db83caf4ad6facf5289574c00fd Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 18 Nov 2002 15:55:07 +0000 Subject: [PATCH] add missing backslash --- ext/ext_skel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ext_skel b/ext/ext_skel index 341587fa32..6143ea9ecc 100755 --- a/ext/ext_skel +++ b/ext/ext_skel @@ -130,7 +130,7 @@ if test "\$PHP_$EXTNAME" != "no"; then dnl # --with-$extname -> check with-path dnl SEARCH_PATH="/usr/local /usr" # you might want to change this dnl SEARCH_FOR="/include/$extname.h" # you most likely want to change this - dnl if test -r \$PHP_$EXTNAME/$SEARCH_FOR; then # path given as parameter + dnl if test -r \$PHP_$EXTNAME/\$SEARCH_FOR; then # path given as parameter dnl ${EXTNAME}_DIR=\$PHP_$EXTNAME dnl else # search default path list dnl AC_MSG_CHECKING([for $extname files in default path]) -- 2.40.0