expand: Remove dependency on fmatch.h if it does not exit
commit556e2f03cc9e6e92ba361171226cd890db53589e
authorRink Springer <rink@rink.nu>
Fri, 2 Feb 2018 07:44:55 +0000 (2 08:44 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 10 Mar 2018 08:01:43 +0000 (10 16:01 +0800)
treec48dfa3313ffb82474426c77bca432c869ecb813
parent7f31919cba4b17af883db77f99bfa974f0821361
expand: Remove dependency on fmatch.h if it does not exit

[ Ugh; forgot to attach patch - apologies, I need more coffee ]

Dear all,

Attached is a trivial patch that removes the assumption that fnmatch.h
is available - the configure script already checks for fnmatch(3) and
supplies its own implementation if necessary, but fnmatch.h is always
included.

Let me know what you think.

Regards,
Rink

Do not assume we can include fnmatch.h

Signed-off-by: Rink Springer <rink@rink.nu>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
src/expand.c