diff options
author | Werner Koch <wk@gnupg.org> | 2014-03-11 09:24:16 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-03-11 16:30:36 +0100 |
commit | f30d8b018871495327cbf711b73b04278a34f3e1 (patch) | |
tree | f8783081bc5cacb572b05c8c80584b5cc0993758 /configure.ac | |
parent | agent: API change of agent_key_from_file. (diff) | |
download | gnupg2-f30d8b018871495327cbf711b73b04278a34f3e1.tar.xz gnupg2-f30d8b018871495327cbf711b73b04278a34f3e1.zip |
List readline support in configure summary
* m4/readline.m4: Set gnupg_cv_have_readline.
* configure.ac: Add readline support to summary output.
--
Readline is an optional feature which is build if the readline
development files are available on the build systems. Too often they
are missing on a (new) build machine which at least makes debugging
inconvenient.
Backport useful code from fixes for bug 1447.
* configure.ac: Cehck for inet_ntop.
* m4/libcurl.m4: Provide a #define for the version of the curl
library.
--
We do not have keyserver helpers anymore but this fixes may come handy
eventually.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4b12f01df..c20984afd 100644 --- a/configure.ac +++ b/configure.ac @@ -1870,6 +1870,7 @@ echo " Use standard socket: $use_standard_socket Dirmngr auto start: $dirmngr_auto_start + Readline support: $gnupg_cv_have_readline " if test x"$use_regex" != xyes ; then echo " |