Fix check for fnmatch and remove strict dependency on it for Windows
commit1dc09597b24d19683abc597d45d7c28d37c199f0
authorColomban Wendling <ban@herbesfolles.org>
Sun, 9 Nov 2014 16:11:31 +0000 (9 17:11 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Sun, 9 Nov 2014 16:40:03 +0000 (9 17:40 +0100)
tree8e8cca93fccb01558afb14d8f3b8e66490e96a98
parentfea71a282fe91629335167f2c05ff2239c8e02e4
Fix check for fnmatch and remove strict dependency on it for Windows

Strict dependency on fnmatch was removed in 52076d19e8fe7ab41ebc92928e.

We still have an optional dependency on it from CTags, but I don't
think we use this code, and anyways the checks we had for the optional
path to be taken were incorrect, so it was never actually used.

So, drop the dependency on libibrety for Windows builds, and fix the
remaining checks for an optional fnmatch so if it is found it can
actually be used.
configure.ac
m4/geany-mingw.m4
src/Makefile.am
wscript