[Pkg-gnupg-commit] [gnupg2] 16/30: build: Remove obsolete option from autogen.rc

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Sep 6 21:57:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 02a5df614a369519ad7781f95dc977e24a0d4277
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 24 17:44:02 2017 +0200

    build: Remove obsolete option from autogen.rc
    
    * autogen.rc: Remove --enable-gpg2-is-gpg.
    --
    
    This option is now the default.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 autogen.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/autogen.rc b/autogen.rc
index 3694817..6835929 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -5,10 +5,10 @@
 case "$myhost:$myhostsub" in
   w32:ce)
     extraoptions="--enable-dirmngr-auto-start --disable-scdaemon "
-    extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
+    extraoptions="$extraoptions --disable-zip"
     ;;
   w32:)
-    extraoptions="--enable-gpgtar --enable-gpg2-is-gpg"
+    extraoptions="--enable-gpgtar"
     ;;
 esac
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list