add missing backslash

This commit is contained in:
Sascha Schumann 2002-11-18 15:55:07 +00:00
parent b8d3c75a6c
commit 52f1135c8f

View file

@ -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])