From b34ac50a5ae460beeb6e6b76afcb4802f4a5da36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 29 May 2005 16:34:26 +0000 Subject: [PATCH] comment what the "detect doors on solaris" fragment tries to do git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15275 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 6c7d71f05..c24d7aca1 100644 --- a/configure.in +++ b/configure.in @@ -391,6 +391,7 @@ KRB_CAPABILITIES AC_CHECK_GETPWNAM_R_POSIX +dnl detect doors on solaris if test "$enable_pthread_support" != no; then saved_LIBS="$LIBS" LIBS="$LIBS $PTHREADS_LIBS"