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:
parent
212fe9d13e
commit
52cc340c13
@ -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*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user