Skip to content

Commit

Permalink
Fix check for getfattr in configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jul 16, 2024
1 parent 848e851 commit 9012c58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ fi
# Check to see if we have getfattr
##
AC_CHECK_PROGS([HAVE_GETFATTR], [getfattr])

if test -n $HAVE_GETFATTR; then
AC_DEFINE_UNQUOTED([HAVE_GETFATTR],[1],[getfattr is available])
fi
##
# Some files need to exist in build directories
# that do not correspond to their source directory, or
Expand Down

0 comments on commit 9012c58

Please sign in to comment.