aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.rc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-06-25 18:25:28 +0000
committerWerner Koch <[email protected]>2014-06-27 13:26:53 +0000
commit2540a4b674a17b45ec33f43f26e830e74ff0afed (patch)
tree881539d434507c842976597b8bc1b54b83c3ce72 /autogen.rc
parentscd: Add pinpad support for REINER SCT cyberJack go (diff)
downloadgnupg-2540a4b674a17b45ec33f43f26e830e74ff0afed.tar.gz
gnupg-2540a4b674a17b45ec33f43f26e830e74ff0afed.zip
build: Remove unused options.
* configure.ac: Remove option --build-agent-only. (FAKE_CURL, GPGKEYS_CURL): Remove check for cURL (GPGKEYS_MAILTO): Remove ac_subst but keep the currently unused SENDMAIL check. (GPGKEYS_KDNS): Remove ac_subst. * autogen.rc (final_info): Remove suggestion to use the removed option --enable-mailto.
Diffstat (limited to '')
-rw-r--r--autogen.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.rc b/autogen.rc
index 4860c38b3..3e0a9e9db 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -42,4 +42,4 @@ esac
extra_aclocal_flags="-I gl/m4"
-final_info="./configure --sysconfdir=/etc --enable-maintainer-mode --enable-symcryptrun --enable-mailto --enable-gpgtar && make"
+final_info="./configure --sysconfdir=/etc --enable-maintainer-mode --enable-symcryptrun --enable-gpgtar && make"