diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-22 15:20:15 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-22 15:20:15 +0000 |
commit | 2f6dc4705d49fd4c4e4284b07441edc5ff484283 (patch) | |
tree | 7f3d227a9293f3cc3b2e075565bb22a8c4ac0e58 /configure.in | |
parent | 27fa5d48537c89e4ebb709075e343f68531191f3 (diff) | |
download | mariadb-git-2f6dc4705d49fd4c4e4284b07441edc5ff484283.tar.gz |
Add extra include on OSF1 (to let c++ program use stdint.h)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 09999285275..810f6c31c49 100644 --- a/configure.in +++ b/configure.in @@ -1144,6 +1144,7 @@ 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" ;; *netware*) # No need for curses library so set it to null |