options: fnmatch: check existence instead of posix

This commit is contained in:
Avi Halachmi (:avih)
2016-11-08 18:45:41 +02:00
committed by wm4
parent c676c31815
commit 616ecd9365
2 changed files with 4 additions and 1 deletions

View File

@@ -29,7 +29,6 @@
#include <stdbool.h>
#include <pthread.h>
#define HAVE_FNMATCH HAVE_POSIX
#if HAVE_FNMATCH
#include <fnmatch.h>
#endif