Correct the check.

This commit is contained in:
Ward Fisher 2024-07-16 12:42:10 -06:00
parent 9012c58edb
commit b67745eb0b

View File

@ -87,7 +87,7 @@ fi
# Check to see if we have getfattr
##
AC_CHECK_PROGS([HAVE_GETFATTR], [getfattr])
if test -n $HAVE_GETFATTR; then
if test -n "$HAVE_GETFATTR"; then
AC_DEFINE_UNQUOTED([HAVE_GETFATTR],[1],[getfattr is available])
fi
##