diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 \ |