Small fix in configure for HPUX11

configure.in:
  Move +O2 up as with_debug wasn't defined at this point
This commit is contained in:
unknown 2002-11-09 13:39:27 +02:00
parent 212fe9d13e
commit 52cc340c13

View File

@ -938,11 +938,7 @@ case $SYSTEM_TYPE in
if test "$ac_cv_prog_gcc" = "no"
then
CFLAGS="$CFLAGS +DD64 -DHAVE_BROKEN_INLINE"
CXXFLAGS="$CXXFLAGS +DD64"
if "$with_debug" = "no"
then
CXXFLAGS="$CXXFLAGS +O2"
fi
CXXFLAGS="$CXXFLAGS +DD64 +O2"
fi
;;
*rhapsody*)