nss-pam-ldapd branch master updated. 0.8.12-150-g355c2af
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.8.12-150-g355c2af
- 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.8.12-150-g355c2af
- Date: Sat, 30 Mar 2013 14:18:21 +0100 (CET)
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 355c2af23f9c2d222bc45bf12ab029700b4d2f49 (commit)
from f4788302e1c717147fa1a4285f6b69928c2b8a0b (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=355c2af23f9c2d222bc45bf12ab029700b4d2f49
commit 355c2af23f9c2d222bc45bf12ab029700b4d2f49
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Mar 30 14:18:13 2013 +0100
Fix test for absence of Python
diff --git a/configure.ac b/configure.ac
index cf960d9..1fbe5a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,7 +135,7 @@ AC_ARG_ENABLE(utils,
[enable_utils="auto"])
if test "x$enable_utils" = "xauto"
then
- if test "x$PYTHON" = "x"
+ if test "x$PYTHON" = "x:"
then
enable_utils="no"
else
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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.8.12-150-g355c2af,
Commits of the nss-pam-ldapd project