summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c68def..320cf86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -106,7 +106,7 @@ dnl AC_CHECK_FUNCS([])
dnl ************************************
dnl *** Check for required libraries ***
dnl ************************************
-dnl AC_CHECK_LIBS([])
+AC_CHECK_LIB([attr], [lsetxattr])
dnl ***********************************
dnl *** Check for required packages ***
@@ -119,6 +119,7 @@ tbdiff/Makefile
tbdiff/tbdiff-1.pc
tbdiff-create/Makefile
tbdiff-deploy/Makefile
+tbdiff-update/Makefile
tests/Makefile
])