diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-04-16 21:19:00 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-04-16 21:19:00 +0300 |
commit | b83e6fe1ad970c4b3192e6fdc834642cd5cde80c (patch) | |
tree | 8d0944dae60c3fe9d89902e47d78a99b64c04dbf /configure.in | |
parent | 667da1396b5a20ad7b4ba94136e47e64b6368daa (diff) | |
download | mariadb-git-b83e6fe1ad970c4b3192e6fdc834642cd5cde80c.tar.gz |
Small fix for HP-UX 10.20 with DCE threads
Also --with-libwrap is tested on Linux just fine.
configure.in:
Small fix for HP-UX 10.20 with DCE threads
include/my_pthread.h:
Small fix for HP-UX 10.20 with DCE threads
mysys/my_pthread.c:
Small fix for HP-UX 10.20 with DCE threads
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 5e6efe8ea5d..8f31e58e397 100644 --- a/configure.in +++ b/configure.in @@ -853,6 +853,7 @@ case $SYSTEM_TYPE in echo "Using --with-named-thread=-lpthread" with_named_thread="-lcma" fi + AC_DEFINE(HAVE_BROKEN_PTHREAD_COND_TIMEDWAIT) ;; *hpux11.*) echo "Enabling pread/pwrite workaround for hpux 11" |