[Pkg-shadow-commits] r1971 - upstream/trunk

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Wed Apr 16 20:16:44 UTC 2008


Author: nekral-guest
Date: 2008-04-16 20:16:43 +0000 (Wed, 16 Apr 2008)
New Revision: 1971

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/configure.in
Log:
Document --with-selinux as "yes if found" rather than "autodetected" for consistency with other options.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-04-16 20:09:03 UTC (rev 1970)
+++ upstream/trunk/ChangeLog	2008-04-16 20:16:43 UTC (rev 1971)
@@ -2,6 +2,8 @@
 
 	* NEWS, configure.in: Fix the detection of the audit library and
 	header file.
+	* configure.in: Document --with-selinux as "yes if found" rather
+	than "autodetected" for consistency with other options.
 
 2008-04-04  Mark Rosenstand  <mark at borkware.net>
 

Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2008-04-16 20:09:03 UTC (rev 1970)
+++ upstream/trunk/configure.in	2008-04-16 20:16:43 UTC (rev 1971)
@@ -223,7 +223,7 @@
 	[AC_HELP_STRING([--with-libpam], [use libpam for PAM support @<:@default=yes if found@:>@])],
 	[with_libpam=$withval], [with_libpam=yes])
 AC_ARG_WITH(selinux,
-	[AC_HELP_STRING([--with-selinux], [use SELinux support @<:@default=autodetect@:>@])],
+	[AC_HELP_STRING([--with-selinux], [use SELinux support @<:@default=yes if found@:>@])],
 	[with_selinux=$withval], [with_selinux=yes])
 AC_ARG_WITH(skey,
 	[AC_HELP_STRING([--with-skey], [use S/Key support @<:@default=no@:>@])],




More information about the Pkg-shadow-commits mailing list