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)
commiteebfb13c43a0623eec8b83824a0802cdc60e533e
tree35e73c676c47726d732f5bec20de0e416a6cde97
parenta0b613e3110c673829cc7c5c005b9591ab99c3d9
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