diff options
Diffstat (limited to 'innobase/configure.in')
-rw-r--r-- | innobase/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/configure.in b/innobase/configure.in index ea518ef1dfd..ef9cbcf9310 100644 --- a/innobase/configure.in +++ b/innobase/configure.in @@ -97,7 +97,7 @@ case "$target_os" in sysv5uw7*) # Problem when linking on SCO CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";; - *-openbsd*) + openbsd*) CFLAGS="$CFLAGS -DUNIV_MUST_NOT_INLINE";; esac |