configure: check for sys/stat.h explicitly
parent
135da1440c
commit
54c3ca86a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue