fs/Glob: use fnmatch() if available

This commit is contained in:
Max Kellermann
2015-06-22 18:55:49 +02:00
parent a6aea4ba58
commit bc8542503d
2 changed files with 22 additions and 1 deletions

View File

@@ -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