From 3843fc1b5c8569b8ce599906db9228c9d291be53 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Wed, 17 Sep 2014 16:33:03 +0200 Subject: [PATCH] Remove stray debug-echo --- config.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/config.m4 b/config.m4 index 790b127..bf9d07c 100644 --- a/config.m4 +++ b/config.m4 @@ -99,7 +99,6 @@ AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], 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)