diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 277a479..040eb44 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,8 @@ AS_IF([test "x$have_cmocka" = "xyes"], , [ ]) AM_CONDITIONAL([USE_CMOCKA], [test "x$have_cmocka" = "xyes"]) +AC_CHECK_HEADERS([sys/types.h sys/stat.h]) + AC_CONFIG_FILES([ Makefile ]) |