From 921ec2065bab381803b1c06a5dc027aba0c15249 Mon Sep 17 00:00:00 2001 From: Jarkko Sakkinen Date: Thu, 3 Feb 2011 23:20:20 -0800 Subject: [PATCH] Removed check for setxattr() and getxattr() from configure.ac. --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 321c8df..df34011 100644 --- a/configure.ac +++ b/configure.ac @@ -24,15 +24,6 @@ fi AM_CONDITIONAL([HAVE_DOXYGEN],[test ! -z "$DOXYGEN"]) AC_SUBST([DOXYGEN], [$DOXYGEN]) -AC_CHECK_HEADER([attr/xattr.h],[ - AC_CHECK_LIB([attr],[setxattr],[],[ - AC_MSG_ERROR([Cannot find setxattr in libattr])]) - AC_CHECK_LIB([attr],[getxattr],[],[ - AC_MSG_ERROR([Cannot find getxattr in libattr])]) -],[ - AC_MSG_ERROR([Cannot find libattr header attr/xattr.h]) -]) - AC_CHECK_HEADERS([utarray.h uthash.h utlist.h utstring.h],, [AC_MSG_ERROR(Cannot find uthash headers)]) PKG_CHECK_MODULES([CHECK], [check >= 0.9.4]) -- 2.7.4