* configure.ac: explicitly check for memset realpath setlocale strerror

This commit is contained in:
Dirk-Jan C. Binnema 2010-09-23 00:04:16 +03:00
parent 5ac9c55df6
commit 9dc21b59ff
1 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,8 @@ AS_IF([test "x$ac_cv_member_struct_dirent_d_type" != "xyes"],[
# support for d_ino in struct dirent is optional
AC_STRUCT_DIRENT_D_INO
# we need these
AC_CHECK_FUNCS([memset realpath setlocale strerror])
# glib2?
PKG_CHECK_MODULES(GLIB, glib-2.0)