mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-21 16:31:53 +00:00
remove stray echo statement
This commit is contained in:
parent
56eb76bd9a
commit
b763f390d3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user