From 408361af51d125d341a680921bd69a81a0428a6c Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 23 Aug 2002 17:00:14 -0400 Subject: [PATCH] try another flag for the dec compiler... --- Templates/cxxconfigure | 6 +++--- Templates/cxxconfigure.in | 6 +++--- configure | 6 +++--- configure.in | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Templates/cxxconfigure b/Templates/cxxconfigure index c6045561c..7b23fb5ea 100755 --- a/Templates/cxxconfigure +++ b/Templates/cxxconfigure @@ -740,11 +740,11 @@ case $system in rm -f conftest* ;; OSF1-*) - echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6 + echo $ac_n "checking whether ${CXX} accepts -std strict_ansi -nopure_cname""... $ac_c" 1>&6 echo 'void f(){}' > conftest.c - if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then + if test -z "`${CXX} -std strict_ansi -nopure_cname -c conftest.c 2>&1`"; then echo "$ac_t""yes" 1>&6 - CMAKE_ANSI_CXXFLAGS="-std strict_ansi" + CMAKE_ANSI_CXXFLAGS="-std strict_ansi -nopure_cname" else echo "$ac_t""no" 1>&6 fi diff --git a/Templates/cxxconfigure.in b/Templates/cxxconfigure.in index e23d4da37..3e1f5b108 100644 --- a/Templates/cxxconfigure.in +++ b/Templates/cxxconfigure.in @@ -76,11 +76,11 @@ case $system in rm -f conftest* ;; OSF1-*) - echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6 + echo $ac_n "checking whether ${CXX} accepts -std strict_ansi -nopure_cname""... $ac_c" 1>&6 echo 'void f(){}' > conftest.c - if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then + if test -z "`${CXX} -std strict_ansi -nopure_cname -c conftest.c 2>&1`"; then echo "$ac_t""yes" 1>&6 - CMAKE_ANSI_CXXFLAGS="-std strict_ansi" + CMAKE_ANSI_CXXFLAGS="-std strict_ansi -nopure_cname" else echo "$ac_t""no" 1>&6 fi diff --git a/configure b/configure index 050c6817c..bd4c27deb 100755 --- a/configure +++ b/configure @@ -974,11 +974,11 @@ case $system in rm -f conftest* ;; OSF1-*) - echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6 + echo $ac_n "checking whether ${CXX} accepts -std strict_ansi -nopure_cname""... $ac_c" 1>&6 echo 'void f(){}' > conftest.c - if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then + if test -z "`${CXX} -std strict_ansi -nopure_cname -c conftest.c 2>&1`"; then echo "$ac_t""yes" 1>&6 - CMAKE_ANSI_CXXFLAGS="-std strict_ansi" + CMAKE_ANSI_CXXFLAGS="-std strict_ansi -nopure_cname" else echo "$ac_t""no" 1>&6 fi diff --git a/configure.in b/configure.in index a464534eb..6961574be 100644 --- a/configure.in +++ b/configure.in @@ -89,11 +89,11 @@ case $system in rm -f conftest* ;; OSF1-*) - echo $ac_n "checking whether ${CXX} accepts -std strict_ansi""... $ac_c" 1>&6 + echo $ac_n "checking whether ${CXX} accepts -std strict_ansi -nopure_cname""... $ac_c" 1>&6 echo 'void f(){}' > conftest.c - if test -z "`${CXX} -std strict_ansi -c conftest.c 2>&1`"; then + if test -z "`${CXX} -std strict_ansi -nopure_cname -c conftest.c 2>&1`"; then echo "$ac_t""yes" 1>&6 - CMAKE_ANSI_CXXFLAGS="-std strict_ansi" + CMAKE_ANSI_CXXFLAGS="-std strict_ansi -nopure_cname" else echo "$ac_t""no" 1>&6 fi