summaryrefslogtreecommitdiffstats
path: root/Templates
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-08-23 21:00:14 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-08-23 21:00:14 (GMT)
commit408361af51d125d341a680921bd69a81a0428a6c (patch)
tree3d7542fb50c31a96bf250dbb5a3c9fd9f285e85d /Templates
parent85d1fc14256cc090cdd2f6086d883f715aad80de (diff)
downloadCMake-408361af51d125d341a680921bd69a81a0428a6c.zip
CMake-408361af51d125d341a680921bd69a81a0428a6c.tar.gz
CMake-408361af51d125d341a680921bd69a81a0428a6c.tar.bz2
try another flag for the dec compiler...
Diffstat (limited to 'Templates')
-rwxr-xr-xTemplates/cxxconfigure6
-rw-r--r--Templates/cxxconfigure.in6
2 files changed, 6 insertions, 6 deletions
diff --git a/Templates/cxxconfigure b/Templates/cxxconfigure
index c604556..7b23fb5 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 e23d4da..3e1f5b10 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