summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-08-24 20:51:10 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-08-24 20:51:10 (GMT)
commited6e3e88e0183e3ee2e4a9d3937f1d5b6b313749 (patch)
tree6926b014346c30aacfbafde7188cc646b3e0dc6e /configure.in
parent6a3138293b6c0ad79bd06a4dac0c46df78d87745 (diff)
downloadCMake-ed6e3e88e0183e3ee2e4a9d3937f1d5b6b313749.zip
CMake-ed6e3e88e0183e3ee2e4a9d3937f1d5b6b313749.tar.gz
CMake-ed6e3e88e0183e3ee2e4a9d3937f1d5b6b313749.tar.bz2
auto detect lang:std:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 351de58..5310fb9 100644
--- a/configure.in
+++ b/configure.in
@@ -31,7 +31,7 @@ case $system in
fi
rm -f conftest*
;;
- IRIX-6* | IRIX64-6* | IRIX-64-6*)
+ 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