We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56eb76b commit b763f39Copy full SHA for b763f39
config.m4
@@ -26,7 +26,6 @@ if test "$PHP_V8JS" != "no"; then
26
ARCH=$(uname -m)
27
28
for i in $SEARCH_PATH ; do
29
- echo checking "$i/$PHP_LIBDIR/$SEARCH_FOR" -a -r "$i/include/$libname/v8.h"
30
if test -r "$i/$PHP_LIBDIR/$SEARCH_FOR" -a -r "$i/include/$libname/v8.h"; then
31
V8_INCLUDE_DIR="$i/include/$libname"
32
V8_LIBRARY_DIR="$i/$PHP_LIBDIR"
0 commit comments