mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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@gnupg.org>
This commit is contained in:
parent
565e486b80
commit
02a5df614a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user