From 8e499bcf596b743f3be2c5e12670a2e4a881df7e Mon Sep 17 00:00:00 2001 From: stephena Date: Sun, 9 Mar 2008 15:32:09 +0000 Subject: [PATCH] Oops, forgot to remove some debugging stuff from configure. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1423 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/configure | 1 - 1 file changed, 1 deletion(-) diff --git a/stella/configure b/stella/configure index b86c4da5d..e79f62b2d 100755 --- a/stella/configure +++ b/stella/configure @@ -351,7 +351,6 @@ else fi for compiler in $compilers; do -echo $compiler if test_compiler $compiler; then CXX=$compiler echo $CXX