diff options
author | monty@hundin.mysql.fi <> | 2002-11-09 13:39:27 +0200 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-11-09 13:39:27 +0200 |
commit | 38c66734909b8afb261c2ef942f90bd90073463b (patch) | |
tree | 9fa74d3de6044231380dd35fd57eb2162282f8d5 /configure.in | |
parent | b0fae584b98e4f498cd63d1002c816f8a4be5afb (diff) | |
download | mariadb-git-38c66734909b8afb261c2ef942f90bd90073463b.tar.gz |
Small fix in configure for HPUX11
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/configure.in b/configure.in index e4cf1d09dc5..1bbb9fc68c5 100644 --- a/configure.in +++ b/configure.in @@ -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*) |