diff options
author | Werner Koch <[email protected]> | 2023-03-27 10:51:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-03-27 10:51:46 +0000 |
commit | 5e33ae3ab426dc52eabe8bb35da9355a115f4641 (patch) | |
tree | 8270b5c44c1a3b8a3659b76b25d175a1cea8292c | |
parent | doc: Remove the obsolete VS-NfD.prf (diff) | |
download | gnupg-5e33ae3ab426dc52eabe8bb35da9355a115f4641.tar.gz gnupg-5e33ae3ab426dc52eabe8bb35da9355a115f4641.zip |
build: Remove obsolete --with-regex from autogen.rc
--
We always use the included regex library. This patch avoids a
warning when building for Windows.
-rw-r--r-- | autogen.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autogen.rc b/autogen.rc index 3ea03e08f..c41dde452 100644 --- a/autogen.rc +++ b/autogen.rc @@ -22,7 +22,6 @@ case "$myhost" in --with-libgcrypt-prefix=@SYSROOT@ --with-libassuan-prefix=@SYSROOT@ --with-zlib=@SYSROOT@ - --with-regex=@SYSROOT@ --with-npth-prefix=@SYSROOT@ --disable-g13 " |