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

Nicolas FRANÇOIS nekral-guest at alioth.debian.org
Wed Mar 31 12:24:06 UTC 2010


Author: nekral-guest
Date: 2010-03-31 12:24:03 +0000 (Wed, 31 Mar 2010)
New Revision: 3199

Modified:
   upstream/trunk/configure.in
Log:
Fix typos.


Modified: upstream/trunk/configure.in
===================================================================
--- upstream/trunk/configure.in	2010-03-31 09:27:11 UTC (rev 3198)
+++ upstream/trunk/configure.in	2010-03-31 12:24:03 UTC (rev 3199)
@@ -33,7 +33,7 @@
 AC_CHECK_HEADERS(errno.h fcntl.h limits.h unistd.h sys/time.h utmp.h \
 	utmpx.h termios.h termio.h sgtty.h sys/ioctl.h syslog.h paths.h \
 	utime.h ulimit.h sys/resource.h gshadow.h lastlog.h \
-	locale.h rpc/key_prot.h netdb.h acl/libacl.h attr/libattr.h
+	locale.h rpc/key_prot.h netdb.h acl/libacl.h attr/libattr.h \
 	attr/error_context.h)
 
 dnl shadow now uses the libc's shadow implementation
@@ -249,6 +249,8 @@
 	[with_selinux=$withval], [with_selinux=maybe])
 AC_ARG_WITH(acl,
 	[AC_HELP_STRING([--with-acl], [use ACL support @<:@default=yes if found@:>@])],
+	[with_acl=$withval], [with_acl=maybe])
+AC_ARG_WITH(attr,
 	[AC_HELP_STRING([--with-attr], [use Extended Attribute support @<:@default=yes if found@:>@])],
 	[with_attr=$withval], [with_attr=maybe])
 AC_ARG_WITH(skey,




More information about the Pkg-shadow-commits mailing list