diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-29 11:06:38 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-29 11:06:38 +0000 |
commit | 96929f72b33da799e016fc260f9ea92b4eddc73b (patch) | |
tree | 54118ffc54a2fc3c523bcddaa3b97abd9a48bec8 /configure.in | |
parent | facda8f3ef9cbc7ca3aecd06c2477f8de27d166c (diff) | |
parent | eb865dc687f4dabb46d2c7b39a0f4e9cb194e4a0 (diff) | |
download | mariadb-git-96929f72b33da799e016fc260f9ea92b4eddc73b.tar.gz |
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
configure.in:
Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 9376f8748ee..9901ef5d4fd 100644 --- a/configure.in +++ b/configure.in @@ -1144,7 +1144,8 @@ dnl Is this the right match for DEC OSF on alpha? # gethostbyname_r is deprecated and doesn't work ok on OSF1 CFLAGS="$CFLAGS -DUNDEF_HAVE_GETHOSTBYNAME_R" CXXFLAGS="$CXXFLAGS -DUNDEF_HAVE_GETHOSTBYNAME_R" - ndb_cxxflags_fix="$ndb_cxxflags_fix -I/usr/include.dtk" + # fix to handle include of <stdint.h> correctly on OSF1 with cxx compiler + CXXFLAGS="$CXXFLAGS -I/usr/include/cxx -I/usr/include/cxx_cname -I/usr/include -I/usr/include.dtk" ;; *netware*) # No need for curses library so set it to null |