summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-11-01 18:24:29 +1100
committerDarren Tucker <dtucker@dtucker.net>2019-11-01 18:27:37 +1100
commit0e3c5bc50907d2058407641b5a3581b7eda91b7e (patch)
treec7dda5c4d05debff27635a088bd6193c8d67f25a /configure.ac
parentb56dbfd9d967e5b6ce7be9f81f206112e19e1030 (diff)
Hook up fnmatch for platforms that don't have it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a9cbfed0c..dcb44915d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -382,6 +382,7 @@ AC_CHECK_HEADERS([ \
382 features.h \ 382 features.h \
383 fcntl.h \ 383 fcntl.h \
384 floatingpoint.h \ 384 floatingpoint.h \
385 fnmatch.h \
385 getopt.h \ 386 getopt.h \
386 glob.h \ 387 glob.h \
387 ia.h \ 388 ia.h \
@@ -1738,6 +1739,7 @@ AC_CHECK_FUNCS([ \
1738 fchown \ 1739 fchown \
1739 fchownat \ 1740 fchownat \
1740 flock \ 1741 flock \
1742 fnmatch \
1741 freeaddrinfo \ 1743 freeaddrinfo \
1742 freezero \ 1744 freezero \
1743 fstatfs \ 1745 fstatfs \