summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-27 14:38:20 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-27 14:38:20 -0400
commit2858689d6dfe55e86b9fdb399f3d1f1f59c78b28 (patch)
tree4641ccb33f7e8ad5fce237c46659437e75f8f467 /configure
parent8d80a9055e0417328c7bb326eab228cb7819d46b (diff)
downloadcmake-2858689d6dfe55e86b9fdb399f3d1f1f59c78b28.tar.gz
*** empty log message ***
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index b97a4eea9a..3d91d2a244 100755
--- a/configure
+++ b/configure
@@ -990,7 +990,7 @@ echo "configure:989: checking ansi standard C++ stream headers " >&5
cat > conftest.cc <<!
#include <iostream>
!
- if test -z "`${CXX} $CMAKE_ANSI_CFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then
+ if test -z "`${CXX} $CMAKE_ANSI_CXXFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then
echo "$ac_t""yes" 1>&6
else
cat >> confdefs.h <<\EOF
@@ -1010,7 +1010,7 @@ echo "configure:1008: checking ansi standard namespace support " >&5
#include <list>
void foo() { std::list<int> l; }
!
- if test -z "`${CXX} $CMAKE_ANSI_CFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then
+ if test -z "`${CXX} $CMAKE_ANSI_CXXFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then
echo "$ac_t""yes" 1>&6
else
cat >> confdefs.h <<\EOF
@@ -1029,7 +1029,7 @@ echo "configure:1028: checking ansi for scope support " >&5
cat > conftest.cc <<!
void foo() { for(int i;;); for(int i;;); }
!
- if test -z "`${CXX} $CMAKE_ANSI_CFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then
+ if test -z "`${CXX} $CMAKE_ANSI_CXXFLAGS $CXXFLAGS $CPPFLAGS -c conftest.cc 2>&1`"; then
echo "$ac_t""yes" 1>&6
else
cat >> confdefs.h <<\EOF