From 433742e40c2e19df39a2c7fdfe830ff1c428a6ad Mon Sep 17 00:00:00 2001
From: "lenz@mysql.com" <>
Date: Fri, 21 Feb 2003 17:42:48 +0100
Subject: [PATCH]  - removed +DD64 compile option from the HPUX11 default
 CFLAGS in    configure.in - there are 32bit installations of HPUX11 out there
    and compiling for these by manually adding +DAportable to CFLAGS    did
 not work. Better add +DD64 manually, if you need it.

---
 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index f7799c44442..71639bafd63 100644
--- a/configure.in
+++ b/configure.in
@@ -987,8 +987,8 @@ case $SYSTEM_TYPE in
     # Fixes for HPUX 11.0 compiler
     if test "$ac_cv_prog_gcc" = "no"
     then
-      CFLAGS="$CFLAGS +DD64 -DHAVE_BROKEN_INLINE"
-      CXXFLAGS="$CXXFLAGS +DD64 +O2"
+      CFLAGS="$CFLAGS -DHAVE_BROKEN_INLINE"
+      CXXFLAGS="$CXXFLAGS +O2"
       MAX_C_OPTIMIZE=""
       MAX_CXX_OPTIMIZE=""
     fi
-- 
2.30.9