aboutsummaryrefslogtreecommitdiffstats
path: root/m4/readline.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/readline.m4')
-rw-r--r--m4/readline.m42
1 files changed, 1 insertions, 1 deletions
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>