mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
add missing backslash
This commit is contained in:
parent
b8d3c75a6c
commit
52f1135c8f
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue