diff options
author | unknown <jcole@mugatu.spaceapes.com> | 2002-05-24 15:20:24 -0500 |
---|---|---|
committer | unknown <jcole@mugatu.spaceapes.com> | 2002-05-24 15:20:24 -0500 |
commit | 5b52ad681e94af508673c1a5dc40543750b2561f (patch) | |
tree | 7e15d5764b9836e0c1e51dac505341d5ee4845bd /configure.in | |
parent | 210e34dfeb3fc4df05b3f4c47ce1605293e6bd9e (diff) | |
parent | 8ede7ccc821f02483b55d791c6d78811ee3d4026 (diff) | |
download | mariadb-git-5b52ad681e94af508673c1a5dc40543750b2561f.tar.gz |
Merge jcole@work.mysql.com:/home/bk/mysql-4.0
into mugatu.spaceapes.com:/home/jcole/bk/mysql-4.0
configure.in:
Auto merged
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 \ |