mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
add missing backslash
This commit is contained in:
+1
-1
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user