From 8266e090f5aaa8ba37a17eef6f13eec44facc662 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 2 Aug 2006 18:03:10 +0000 Subject: Don't call dummy function inside dummy function - some compilers don't like it... Drop +DAportable from default HP-UX optimizations. Move HP-UX C++ compiler warning options to CXXFLAGS. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configure.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 61a9a8986..c21b8e0f9 100644 --- a/configure.in +++ b/configure.in @@ -936,15 +936,11 @@ else fi fi - if test "x$with_optim" = x; then - OPTIM="$OPTIM +DAportable" - fi - if test $PICFLAG = 1; then OPTIM="+z $OPTIM" fi - OPTIM="$OPTIM +W336,501,736,740,749,829" + CXXFLAGS="$CXXFLAGS +W336,501,736,740,749,829" ;; OSF1*) # Running Digital/Tru64 UNIX; these options should work for the -- cgit v1.2.3