don't stomp on user CXXFLAGS on Tru64

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-05-08 19:35:25 +00:00
parent 5ff565de94
commit 5df5d12d5e
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -23635,7 +23635,7 @@ if test "x$HPCXX" = "xyes"; then
fi
if test "x$COMPAQCXX" = "xyes"; then
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit $CXXFLAGS"
fi
ac_ext=cpp

View File

@@ -2139,7 +2139,7 @@ if test "x$COMPAQCXX" = "xyes"; then
dnl intconlosbit: "conversion to integral type of smaller size could lose
dnl data" this is a useful warning but there are too many of
dnl them for now
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit"
CXXFLAGS="-w0 -msg_disable basclsnondto,unrimpret,intconlosbit $CXXFLAGS"
fi
dnl the next few tests are all for C++ features and so need to be done using