diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-05 20:39:51 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-05 20:39:51 +0200 |
commit | 0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5 (patch) | |
tree | 8c466f6eb7ebb71ad8c75025326aa13085055321 /m4/readline.m4 | |
parent | 72bc84e8200de324ca4d24753bfd5f4773e221f5 (diff) | |
download | egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.gz egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.tar.bz2 egawk-0efc1fb65a3b1787b0dd78e5ec6369d67a5351a5.zip |
Improve autoconf. More doc updates.
Diffstat (limited to 'm4/readline.m4')
-rw-r--r-- | m4/readline.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/readline.m4 b/m4/readline.m4 index 9550d997..73bbf2a9 100644 --- a/m4/readline.m4 +++ b/m4/readline.m4 @@ -30,7 +30,6 @@ AC_DEFUN([GNUPG_CHECK_READLINE], AC_MSG_CHECKING([whether readline via \"$_combo\" is present and sane]) - AC_LANG([C]) AC_LINK_IFELSE([ AC_LANG_PROGRAM([ #include <stdio.h> |