mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
Correct the check.
This commit is contained in:
parent
9012c58edb
commit
b67745eb0b
@ -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
|
||||
##
|
||||
|
Loading…
Reference in New Issue
Block a user