From 5df5d12d5edc5684261fdcba330d7c8d5c4ff8be Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 8 May 2007 19:35:25 +0000 Subject: [PATCH] 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 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index cc13590fdb..ee96d14f78 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 89416f77ad..4887df09bc 100644 --- a/configure.in +++ b/configure.in @@ -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