nss-pam-ldapd branch master updated. 0.9.0-20-g5d3f681
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.0-20-g5d3f681
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.0-20-g5d3f681
- Date: Sun, 28 Jul 2013 20:00:32 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via 5d3f681e04861f15539fe639e7a4e289050a315e (commit)
from 5adc2cae8909924dadeac78916d1b14680dc8061 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://arthurdejong.org/git/nss-pam-ldapd/commit/?id=5d3f681e04861f15539fe639e7a4e289050a315e
commit 5d3f681e04861f15539fe639e7a4e289050a315e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Jul 27 22:47:11 2013 +0200
Have configure show --disable-utils by default
Since the utils are automatically built if Python is available --disable
is more appropriate a default then --enable.
diff --git a/configure.ac b/configure.ac
index e77999e..9774e3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,7 +131,7 @@ AM_CONDITIONAL([ENABLE_PAM], [test "x$enable_pam" = "xyes"])
# check whether command-line utilities should be built
AC_MSG_CHECKING([whether to build the command-line utilities])
AC_ARG_ENABLE(utils,
- AS_HELP_STRING([--enable-utils],
+ AS_HELP_STRING([--disable-utils],
[build the the command-line utilities
@<:@auto@:>@]),,
[enable_utils="auto"])
if test "x$enable_utils" = "xauto"
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
nss-pam-ldapd
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd branch master updated. 0.9.0-20-g5d3f681,
Commits of the nss-pam-ldapd project