diff options
Diffstat (limited to 'Templates')
-rwxr-xr-x | Templates/configure | 2 | ||||
-rw-r--r-- | Templates/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Templates/configure b/Templates/configure index 465644a..8566591 100755 --- a/Templates/configure +++ b/Templates/configure @@ -4493,7 +4493,7 @@ case $system in fi rm -f conftest* ;; - IRIX-5* | 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/Templates/configure.in b/Templates/configure.in index 92fd5e9..1063ee1 100644 --- a/Templates/configure.in +++ b/Templates/configure.in @@ -483,7 +483,7 @@ case $system in fi rm -f conftest* ;; - IRIX-5* | 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 |