Skip to content

Commit

Permalink
remove stray echo statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Siegl committed Sep 29, 2024
1 parent 56eb76b commit b763f39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ if test "$PHP_V8JS" != "no"; then
ARCH=$(uname -m)

for i in $SEARCH_PATH ; do
echo checking "$i/$PHP_LIBDIR/$SEARCH_FOR" -a -r "$i/include/$libname/v8.h"
if test -r "$i/$PHP_LIBDIR/$SEARCH_FOR" -a -r "$i/include/$libname/v8.h"; then
V8_INCLUDE_DIR="$i/include/$libname"
V8_LIBRARY_DIR="$i/$PHP_LIBDIR"
Expand Down

0 comments on commit b763f39

Please sign in to comment.