diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-29 11:06:06 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-29 11:06:06 +0000 |
commit | eb865dc687f4dabb46d2c7b39a0f4e9cb194e4a0 (patch) | |
tree | 6ec435d2836b4eb0444fb6ee553955efca7ceed3 /configure.in | |
parent | 3b1b2aae45b3dca04c59e2f3546f5c3fa8b072c6 (diff) | |
download | mariadb-git-eb865dc687f4dabb46d2c7b39a0f4e9cb194e4a0.tar.gz |
configure.in:
-I/usr/include needed for cxx on Tru64
configure.in:
-I/usr/include needed for cxx on Tru64
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 7c6b9ff7b51..a361e11935c 100644 --- a/configure.in +++ b/configure.in @@ -1145,7 +1145,7 @@ dnl Is this the right match for DEC OSF on alpha? CFLAGS="$CFLAGS -DUNDEF_HAVE_GETHOSTBYNAME_R" CXXFLAGS="$CXXFLAGS -DUNDEF_HAVE_GETHOSTBYNAME_R" # 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.dtk" + 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 |