Commit 52cc340c authored by unknown's avatar unknown

Small fix in configure for HPUX11


configure.in:
  Move +O2 up as with_debug wasn't defined at this point
parent 212fe9d1
......@@ -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*)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment