[Pkg-shadow-commits] r1015 - trunk/debian/patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Tue Jun 6 20:41:38 UTC 2006


Author: nekral-guest
Date: 2006-06-06 20:41:36 +0000 (Tue, 06 Jun 2006)
New Revision: 1015

Modified:
   trunk/debian/patches/491_configure.in_friendly_selinux_detection
Log:
Update for 4.0.16 final.


Modified: trunk/debian/patches/491_configure.in_friendly_selinux_detection
===================================================================
--- trunk/debian/patches/491_configure.in_friendly_selinux_detection	2006-06-02 22:22:43 UTC (rev 1014)
+++ trunk/debian/patches/491_configure.in_friendly_selinux_detection	2006-06-06 20:41:36 UTC (rev 1015)
@@ -20,7 +20,7 @@
  AC_ARG_WITH(skey,
  	[AC_HELP_STRING([--with-skey], [use S/Key support @<:@default=no@:>@])],
  	[with_skey=$withval], [with_skey=no])
-@@ -282,13 +282,21 @@
+@@ -282,14 +282,21 @@
  		AC_DEFINE(HAVE_LIBCRACK_PW, 1, [Defined if it includes *Pw functions.]))
  fi
  
@@ -32,7 +32,8 @@
 -		[AC_MSG_ERROR([libselinux not found])])
 +		[have_selinux="no"])
  	AC_SUBST(LIBSELINUX)
--	AC_CHECK_HEADERS(selinux/selinux.h, [], [selinux/selinux.h is missing])
+-	AC_CHECK_HEADERS(selinux/selinux.h, [],
+-		[AC_MSG_ERROR([selinux/selinux.h is missing])])
 -	AC_DEFINE(WITH_SELINUX, 1, [Build shadow with SELinux support])
 +	if test "x$have_selinux$with_selinux" = "xnoyes" ; then
 +		AC_MSG_ERROR([libselinux not found])




More information about the Pkg-shadow-commits mailing list