From eebfb13c43a0623eec8b83824a0802cdc60e533e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 5 Oct 2008 11:17:10 -0700 Subject: [PATCH] Use Gnulib module "regex", to fix linking on Mingw. The GUI code uses POSIX regular expressions, which Mingw has in a separate library (-lregex). We could just search for that library, but by including our own implementation (via Gnulib) we also work around known bugs in system regular expression implementations. --- Smake | 1 + 1 file changed, 1 insertion(+) diff --git a/Smake b/Smake index 11ab6daf2d..3994a302b6 100644 --- a/Smake +++ b/Smake @@ -46,6 +46,7 @@ GNULIB_MODULES = \ printf-posix \ printf-safe \ progname \ + regex \ relocatable-prog \ round \ snprintf \ -- 2.30.2