mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix number of arguments to AC_DEFINE
aclocal hates when you only specify one parameter to AC_DEFINE ... simple patch to add the other two parameters fixes for acl and xfstests [hch: added nfs4acl] Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
committed by
Christoph Hellwig
parent
305b6f33d7
commit
67f19adfc6
@@ -17,6 +17,6 @@ EOF
|
|||||||
rm -f conftest.[cs]
|
rm -f conftest.[cs]
|
||||||
])
|
])
|
||||||
if test $libc_cv_visibility_attribute = yes; then
|
if test $libc_cv_visibility_attribute = yes; then
|
||||||
AC_DEFINE(HAVE_VISIBILITY_ATTRIBUTE)
|
AC_DEFINE(HAVE_VISIBILITY_ATTRIBUTE, [], [GCC supports visibility attributes])
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user