summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/configure.ac
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-11-10 16:39:21 +0000
committerdes <des@FreeBSD.org>2006-11-10 16:39:21 +0000
commitf591b3e29c677bff2b0f0d482490554c419128fd (patch)
tree209e642fbe2a816041f67bc27c9800879f5541bc /crypto/openssh/configure.ac
parente6cc400c8f011e212207834669aaf4b62bee951e (diff)
downloadFreeBSD-src-f591b3e29c677bff2b0f0d482490554c419128fd.zip
FreeBSD-src-f591b3e29c677bff2b0f0d482490554c419128fd.tar.gz
Vendor import of OpenSSH 4.5p1.
Diffstat (limited to 'crypto/openssh/configure.ac')
-rw-r--r--crypto/openssh/configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/crypto/openssh/configure.ac b/crypto/openssh/configure.ac
index ecfa50c..c596a7b 100644
--- a/crypto/openssh/configure.ac
+++ b/crypto/openssh/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.369 2006/10/03 16:34:35 tim Exp $
+# $Id: configure.ac,v 1.370 2006/10/06 23:07:21 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
-AC_REVISION($Revision: 1.369 $)
+AC_REVISION($Revision: 1.370 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@@ -3145,7 +3145,10 @@ AC_ARG_WITH(selinux,
AC_MSG_ERROR(SELinux support requires selinux.h header))
AC_CHECK_LIB(selinux, setexeccon, [ LIBSELINUX="-lselinux" ],
AC_MSG_ERROR(SELinux support requires libselinux library))
+ save_LIBS="$LIBS"
+ LIBS="$LIBS $LIBSELINUX"
AC_CHECK_FUNCS(getseuserbyname get_default_context_with_level)
+ LIBS="$save_LIBS"
fi ]
)
AC_SUBST(LIBSELINUX)
OpenPOWER on IntegriCloud