0
0
mirror of https://github.com/phpv8/v8js.git synced 2025-01-03 09:21:51 +00:00

Remove stray debug-echo

This commit is contained in:
Stefan Siegl 2014-09-17 16:33:03 +02:00
parent 14600d3be3
commit 3843fc1b5c

View File

@ -99,7 +99,6 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <v8-debug.h>]],
AC_MSG_CHECKING([for libv8_libplatform.a])
for i in $PHP_V8JS $SEARCH_PATH ; do
echo $i/$SEARCH_FOR
if test -r $i/$SEARCH_FOR; then
LIBPLATFORM_DIR=$i
AC_MSG_RESULT(found in $i)