From 5e33ae3ab426dc52eabe8bb35da9355a115f4641 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 27 Mar 2023 12:51:46 +0200 Subject: [PATCH] build: Remove obsolete --with-regex from autogen.rc -- We always use the included regex library. This patch avoids a warning when building for Windows. --- autogen.rc | 1 - 1 file changed, 1 deletion(-) 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 "