From ed6e3e88e0183e3ee2e4a9d3937f1d5b6b313749 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 24 Aug 2001 16:51:10 -0400 Subject: [PATCH] auto detect lang:std: --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ad591c87f..af9ab40a4 100755 --- a/configure +++ b/configure @@ -1935,7 +1935,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 diff --git a/configure.in b/configure.in index 351de58db..5310fb9c9 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