summaryrefslogtreecommitdiffstats
path: root/Templates/configure.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-06-28 18:38:21 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-06-28 18:38:21 (GMT)
commitaec9f9eaa9d1107d3762d1251bf10592afdb26cb (patch)
tree55d09cca5ff7d6e7e16ed0ea8773796d1b961c57 /Templates/configure.in
parent5bd5e6553b2d5536a6423fd823a01137e26977a3 (diff)
downloadCMake-aec9f9eaa9d1107d3762d1251bf10592afdb26cb.zip
CMake-aec9f9eaa9d1107d3762d1251bf10592afdb26cb.tar.gz
CMake-aec9f9eaa9d1107d3762d1251bf10592afdb26cb.tar.bz2
BUG: pass flags to compiler during configure
Diffstat (limited to 'Templates/configure.in')
-rw-r--r--Templates/configure.in2
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 <<!