浏览代码

Remove stray debug-echo

Stefan Siegl 11 年之前
父节点
当前提交
3843fc1b5c
共有 1 个文件被更改,包括 0 次插入1 次删除
  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])
 
     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)