Use Gnulib module "regex", to fix linking on Mingw.
authorBen Pfaff <blp@gnu.org>
Sun, 5 Oct 2008 18:17:10 +0000 (11:17 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 5 Oct 2008 18:17:10 +0000 (11:17 -0700)
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.


No differences found