Commit 38c66734 authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Small fix in configure for HPUX11

parent b0fae584
......@@ -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