Skip to content

Commit b763f39

Browse files
committedSep 29, 2024
remove stray echo statement
1 parent 56eb76b commit b763f39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎config.m4

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ if test "$PHP_V8JS" != "no"; then
2626
ARCH=$(uname -m)
2727

2828
for i in $SEARCH_PATH ; do
29-
echo checking "$i/$PHP_LIBDIR/$SEARCH_FOR" -a -r "$i/include/$libname/v8.h"
3029
if test -r "$i/$PHP_LIBDIR/$SEARCH_FOR" -a -r "$i/include/$libname/v8.h"; then
3130
V8_INCLUDE_DIR="$i/include/$libname"
3231
V8_LIBRARY_DIR="$i/$PHP_LIBDIR"

0 commit comments

Comments
 (0)
Failed to load comments.