Skip to content

Commit

Permalink
add missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Schumann committed Nov 18, 2002
1 parent b8d3c75 commit 52f1135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ext_skel
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 52f1135

Please sign in to comment.