From 5b1c8b31038af7144efdcf9317df66c96031d19f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 27 Mar 2008 12:33:07 +1100 Subject: - (djm) [configure.ac] --with-selinux too --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index aa3ee359d..7b92bad1d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.396 2008/03/27 01:30:18 djm Exp $ +# $Id: configure.ac,v 1.397 2008/03/27 01:33:07 djm 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.396 $) +AC_REVISION($Revision: 1.397 $) AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_HEADER(config.h) @@ -3258,7 +3258,7 @@ int main() { return 0; } SELINUX_MSG="no" LIBSELINUX="" AC_ARG_WITH(selinux, - [ --with-selinux Enable SELinux support], + [ --with-selinux Enable SELinux support], [ if test "x$withval" != "xno" ; then save_LIBS="$LIBS" AC_DEFINE(WITH_SELINUX,1,[Define if you want SELinux support.]) -- cgit v1.2.3