diff options
author | unknown <monty@hundin.mysql.fi> | 2002-11-09 13:39:27 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-11-09 13:39:27 +0200 |
commit | 52cc340c138cba9ba2502c725e6f04bcfff6a998 (patch) | |
tree | 9fa74d3de6044231380dd35fd57eb2162282f8d5 /configure.in | |
parent | 212fe9d13ed51de7e858dedd2af71b115270af14 (diff) | |
download | mariadb-git-52cc340c138cba9ba2502c725e6f04bcfff6a998.tar.gz |
Small fix in configure for HPUX11
configure.in:
Move +O2 up as with_debug wasn't defined at this point
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*) |