Skip to content

Commit

Permalink
Correct the check.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jul 16, 2024
1 parent 9012c58 commit b67745e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit b67745e

Please sign in to comment.