nss-pam-ldapd commit: r2074 - nss-pam-ldapd-0.8
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2074 - nss-pam-ldapd-0.8
- 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 commit: r2074 - nss-pam-ldapd-0.8
- Date: Sat, 15 Mar 2014 20:36:38 +0100 (CET)
Author: arthur
Date: Sat Mar 15 20:36:37 2014
New Revision: 2074
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2074&view=revision
Log:
fix usage of AC_LANG_PROGRAM (933bf8e from 0.9)
Modified:
nss-pam-ldapd-0.8/configure.ac
Modified: nss-pam-ldapd-0.8/configure.ac
==============================================================================
--- nss-pam-ldapd-0.8/configure.ac Wed Mar 12 23:13:58 2014 (r2073)
+++ nss-pam-ldapd-0.8/configure.ac Sat Mar 15 20:36:37 2014 (r2074)
@@ -89,7 +89,7 @@
DESIRED_CFLAGS="$DESIRED_CFLAGS -Wextra
-Wdeclaration-after-statement -Werror-implicit-function-declaration"
fi])
test_gcc_flag() {
- AC_LANG_CONFTEST([AC_LANG_PROGRAM([int main() {}])])
+ AC_LANG_CONFTEST([AC_LANG_PROGRAM()])
$CC -c conftest.c $CFLAGS $@ > /dev/null 2> /dev/null
ret=$?
rm -f conftest.o
--
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 commit: r2074 - nss-pam-ldapd-0.8,
Commits of the nss-pam-ldapd project