OS-specific correspondence of the extended attribute header

This commit is contained in:
Takeshi Nakatani
2016-10-02 07:23:19 +00:00
parent 9f174d7614
commit 9fd1368611
3 changed files with 15 additions and 1 deletions

View File

@ -29,6 +29,10 @@ AM_INIT_AUTOMAKE([foreign])
AC_PROG_CXX
AC_PROG_CC
AC_CHECK_HEADERS([sys/xattr.h])
AC_CHECK_HEADERS([attr/xattr.h])
AC_CHECK_HEADERS([sys/extattr.h])
CXXFLAGS="$CXXFLAGS -Wall -D_FILE_OFFSET_BITS=64"
dnl ----------------------------------------------