Browse Source

Remove stray debug-echo

Stefan Siegl 10 years ago
parent
commit
3843fc1b5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      config.m4

+ 0 - 1
config.m4

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