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:
@@ -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
|
||||
|
Reference in New Issue
Block a user