From bc8542503d5b99c1bf2d5d2748e49d9257e3fd25 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Jun 2015 18:55:49 +0200 Subject: fs/Glob: use fnmatch() if available --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dfd208ae5..e154ac3a3 100644 --- a/configure.ac +++ b/configure.ac @@ -225,6 +225,7 @@ if test x$host_is_linux = xyes; then fi AC_CHECK_FUNCS(getpwnam_r getpwuid_r) +AC_CHECK_FUNCS(fnmatch) AC_CHECK_FUNCS(strndup) if test x$host_is_linux = xyes; then -- cgit v1.2.3