summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-03-27 12:33:07 +1100
committerDamien Miller <djm@mindrot.org>2008-03-27 12:33:07 +1100
commit5b1c8b31038af7144efdcf9317df66c96031d19f (patch)
treed7e0c913a4fe0bde552e1925ef18445f3a9ae080 /configure.ac
parentda3155e1595b461cfb51ee28a49279d935eb7259 (diff)
- (djm) [configure.ac] --with-selinux too
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index aa3ee359d..7b92bad1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.396 2008/03/27 01:30:18 djm Exp $ 1# $Id: configure.ac,v 1.397 2008/03/27 01:33:07 djm Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.396 $) 18AC_REVISION($Revision: 1.397 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -3258,7 +3258,7 @@ int main() { return 0; }
3258SELINUX_MSG="no" 3258SELINUX_MSG="no"
3259LIBSELINUX="" 3259LIBSELINUX=""
3260AC_ARG_WITH(selinux, 3260AC_ARG_WITH(selinux,
3261 [ --with-selinux Enable SELinux support], 3261 [ --with-selinux Enable SELinux support],
3262 [ if test "x$withval" != "xno" ; then 3262 [ if test "x$withval" != "xno" ; then
3263 save_LIBS="$LIBS" 3263 save_LIBS="$LIBS"
3264 AC_DEFINE(WITH_SELINUX,1,[Define if you want SELinux support.]) 3264 AC_DEFINE(WITH_SELINUX,1,[Define if you want SELinux support.])