diff options
Diffstat (limited to 'Templates/configure.in')
-rw-r--r-- | Templates/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Templates/configure.in b/Templates/configure.in index a632a2d..9237325 100644 --- a/Templates/configure.in +++ b/Templates/configure.in @@ -512,7 +512,6 @@ AC_SUBST(CMAKE_TEMPLATE_FLAGS) # ansi stream files (without the .h) if test $ac_cv_prog_gxx = no; then AC_MSG_CHECKING( ansi standard C++ stream headers ) - echo "******" rm -rf conftest.* cat > conftest.cc <<! #include <iostream> @@ -528,7 +527,6 @@ AC_SUBST(CMAKE_NO_STD_NAMESPACE) # check to see if stl is in the std namespace if test $ac_cv_prog_gxx = no; then - echo "******" AC_MSG_CHECKING( ansi standard namespace support ) rm -rf conftest.* cat > conftest.cc <<! |