aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/readline.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index ac4b5368..26d81c7e 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jan 4 11:09:43 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * readline.m4: Really fixed to work correctly with Autoconf 2.68.
+
Sat Dec 25 21:40:25 2010 Arnold D. Robbins <arnold@skeeve.com>
* readline.m4: Fixed to work correctly with Autoconf 2.68.
diff --git a/m4/readline.m4 b/m4/readline.m4
index 2138d28a..9550d997 100644
--- a/m4/readline.m4
+++ b/m4/readline.m4
@@ -30,8 +30,8 @@ AC_DEFUN([GNUPG_CHECK_READLINE],
AC_MSG_CHECKING([whether readline via \"$_combo\" is present and sane])
- AC_LINK_IFELSE([
AC_LANG([C])
+ AC_LINK_IFELSE([
AC_LANG_PROGRAM([
#include <stdio.h>
#include <readline/readline.h>