diff options
author | jcole@mugatu.spaceapes.com <> | 2002-05-24 15:20:24 -0500 |
---|---|---|
committer | jcole@mugatu.spaceapes.com <> | 2002-05-24 15:20:24 -0500 |
commit | 8d487e3be60a07c8dfc06f019bd7c59b68fd267f (patch) | |
tree | 7e15d5764b9836e0c1e51dac505341d5ee4845bd /configure.in | |
parent | 5990c1910ad1ef5b45fa61a8271dcf2a23c1a49d (diff) | |
parent | da0c70f5f32bfa762631565d05fca88f9600ee87 (diff) | |
download | mariadb-git-8d487e3be60a07c8dfc06f019bd7c59b68fd267f.tar.gz |
Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 66d123078be..b9018e6a8ad 100644 --- a/configure.in +++ b/configure.in @@ -964,6 +964,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 @@ -2367,7 +2371,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \ myisam/Makefile myisammrg/Makefile \ man/Makefile BUILD/Makefile readline/Makefile vio/Makefile \ libmysql_r/Makefile libmysqld/Makefile libmysqld/examples/Makefile \ - libmysql/Makefile client/Makefile \ + libmysql/Makefile client/Makefile os2/Makefile \ pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile \ merge/Makefile dbug/Makefile scripts/Makefile \ include/Makefile sql-bench/Makefile tools/Makefile \ |