mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* configure.ac: Actually name the option --disable-finger and not
http. * openfile.c (overwrite_filep, make_outfile_name, open_outfile) (open_sigfile): Use iobuf_is_pipe_filename to check for pipes so that special filesnames are taken into account. This is bug 327. * tdbdump.c (import_ownertrust): Ditto. * sign.c (write_plaintext_packet): Ditto. * progress.c (handle_progress): Ditto. * plaintext.c (handle_plaintext): Ditto. * encode.c (encode_simple, encode_crypt): Ditto. * iobuf.c (iobuf_is_pipe_filename): New. * fileutil.c (is_file_compressed): Use it here.
This commit is contained in:
parent
c44e66f352
commit
620ac79ebf
14 changed files with 52 additions and 27 deletions
|
@ -304,7 +304,7 @@ if test "$use_exec" = yes ; then
|
|||
AC_MSG_RESULT($try_http)
|
||||
|
||||
AC_MSG_CHECKING([whether Finger key fetching support is requested])
|
||||
AC_ARG_ENABLE(http,
|
||||
AC_ARG_ENABLE(finger,
|
||||
AC_HELP_STRING([--disable-finger],
|
||||
[disable Finger key fetching interface]),
|
||||
try_finger=$enableval, try_finger=yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue