summaryrefslogtreecommitdiff
path: root/innobase/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/configure.in')
-rw-r--r--innobase/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/configure.in b/innobase/configure.in
index e98dc3d0f0d..48787b680b2 100644
--- a/innobase/configure.in
+++ b/innobase/configure.in
@@ -85,6 +85,8 @@ else
fi
case "$target_os" in
+ hpux10*)
+ CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX -DUNIV_HPUX10";;
hp*)
CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE -DUNIV_HPUX";;
irix*)