summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-12-19 02:00:52 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-12-19 02:00:52 (GMT)
commitbb4f8237fdd3d8fc1d9819cbe1a0628584e0eab0 (patch)
tree0f62b881332049e4d5ff8bde1177cd44332bad7b /configure.in
parentf3b4191845d0d64f0f7f5a7bd353b36d0848f39a (diff)
downloadCMake-bb4f8237fdd3d8fc1d9819cbe1a0628584e0eab0.zip
CMake-bb4f8237fdd3d8fc1d9819cbe1a0628584e0eab0.tar.gz
CMake-bb4f8237fdd3d8fc1d9819cbe1a0628584e0eab0.tar.bz2
-LANG:std should be default on sgi for ansi CXX Flags
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index 1c67a4f..3ebbce7 100644
--- a/configure.in
+++ b/configure.in
@@ -57,15 +57,7 @@ case $system in
rm -f conftest*
;;
IRIX-5* | IRIX-6* | IRIX64-6* | IRIX-64-6*)
- echo $ac_n "checking whether ${CC} accepts -LANG:std""... $ac_c" 1>&6
- echo 'void f(){}' > conftest.c
- if test -z "`${CC} -LANG:std -c conftest.c 2>&1`"; then
- echo "$ac_t""yes" 1>&6
- CMAKE_ANSI_CXXFLAGS="-LANG:std"
- else
- echo "$ac_t""no" 1>&6
- fi
- rm -f conftest*
+ CMAKE_ANSI_CXXFLAGS="-LANG:std"
;;
esac
fi