detect doors using door_create

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15263 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-29 15:00:45 +00:00
parent fbd562b700
commit 9c66772341

View File

@@ -391,6 +391,13 @@ KRB_CAPABILITIES
AC_CHECK_GETPWNAM_R_POSIX
if test "$enable_pthread_support" != no; then
saved_LIBS="$LIBS"
LIBS="$LIBS $PTHREADS_LIBS"
AC_FIND_FUNC_NO_LIBS(door_create, door)
LIBS="$saved_LIBS"
fi
dnl Cray stuff
AC_CHECK_FUNCS(getudbnam setlim)