configure: check for sys/stat.h explicitly

pull/109/head
William Pitcock 2016-12-30 10:26:45 -06:00
parent 135da1440c
commit 54c3ca86a2
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ AC_INIT([pkgconf], [1.0.90], [http://github.com/pkgconf/pkgconf/issues])
AC_CONFIG_SRCDIR([main.c])
AC_CONFIG_HEADERS([libpkgconf/config.h])
AC_CHECK_FUNCS([strlcpy strlcat strndup])
AC_CHECK_HEADERS([sys/stat.h])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-xz subdir-objects])
AM_SILENT_RULES([yes])
LT_INIT