diff options
author | monty@hundin.mysql.fi <> | 2002-05-16 18:20:49 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-05-16 18:20:49 +0300 |
commit | f5ed8784a24f12262bd01be3df63d5c891adf306 (patch) | |
tree | 12de711f3f9d8ad9eee9d28cf71e5487f17315d3 /configure.in | |
parent | 4ca4f4788b2a591d52cdb5e0fe69aee2b09975ac (diff) | |
parent | f092818715de15211638b8fd0913f151417d3450 (diff) | |
download | mariadb-git-f5ed8784a24f12262bd01be3df63d5c891adf306.tar.gz |
merge with 3.23.51
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3fd33743fa7..58823b7d9b1 100644 --- a/configure.in +++ b/configure.in @@ -961,6 +961,10 @@ dnl Is this the right match for DEC OSF on alpha? CFLAGS="$CFLAGS -mieee" CXXFLAGS="$CXXFLAGS -mieee" fi + echo "Adding defines for OSF1" + # gethostbyname_r is deprecated and doesn't work ok on OSF1 + CFLAGS="$CFLAGS -DUNDEF_HAVE_GETHOSTBYNAME_R" + CXXFLAGS="$CXXFLAGS -DUNDEF_HAVE_GETHOSTBYNAME_R" ;; esac |