lists.arthurdejong.org
RSS feed

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



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/