diff options
author | Werner Koch <wk@gnupg.org> | 2021-10-12 17:12:29 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2021-10-12 17:12:39 +0200 |
commit | 10f52f9bf3bcc6cf29835c2f11ea91ab0d5e7cdc (patch) | |
tree | 8dc7f346aa2c6b86e4a874847e554c99a54320b1 /autogen.rc | |
parent | tests: New way to make use of gpgconf.ctl in tests. (diff) | |
download | gnupg2-10f52f9bf3bcc6cf29835c2f11ea91ab0d5e7cdc.tar.xz gnupg2-10f52f9bf3bcc6cf29835c2f11ea91ab0d5e7cdc.zip |
speedo: Put the keyboxd into the Windows installer
* build-aux/speedo/w32/inst.nsi: Install keyboxd.
* Makefile.am (sign-release): Sign the wixlib only if generated.
* autogen.rc: Remove meanwhile obsolete option --with-regex.
Diffstat (limited to 'autogen.rc')
-rw-r--r-- | autogen.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.rc b/autogen.rc index d10a540fc..a1eb96931 100644 --- a/autogen.rc +++ b/autogen.rc @@ -18,7 +18,6 @@ case "$myhost" in w32) configure_opts=" --with-zlib=@SYSROOT@ - --with-regex=@SYSROOT@ --disable-g13 --disable-tpm2d " |