Add patch from Petr Salinger, from Debian via Brian May.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23906 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-13 03:10:58 +00:00
parent fe1a976ae2
commit 952ce041f8

View File

@@ -1,4 +1,4 @@
dnl $Id$
Dnl $Id$
AC_DEFUN([KRB_PTHREADS], [
AC_MSG_CHECKING(if compiling threadsafe libraries)
@@ -41,6 +41,11 @@ case "$host" in
;;
esac
;;
*-*-kfreebsd*-gnu*)
native_pthread_support=yes
PTHREADS_CFLAGS=-pthread
PTHREADS_LIBS=-pthread
;;
*-*-aix*)
dnl AIX is disabled since we don't handle the utmp/utmpx
dnl problems that aix causes when compiling with pthread support