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