diff options
author | Brian Behlendorf <[email protected]> | 2009-05-20 11:31:55 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2009-05-20 11:31:55 -0700 |
commit | a093c6a49927912642ccc35e99f74ecf37d00334 (patch) | |
tree | 47260ac77af483a77797fd3c85a491d0ac3631d7 /configure.ac | |
parent | 6c9433c150ad12d01f7ea4cfc72c8647a08ac5fc (diff) |
SLES10 Fixes (part 4):
- Configure check for SLES specific API change to vfs_unlink()
and vfs_rename() which added a 'struct vfsmount *' argument.
This was for something called the linux-security-module, but
it appears that it was never adopted upstream.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e05629750..a073f4297 100644 --- a/configure.ac +++ b/configure.ac @@ -79,6 +79,8 @@ SPL_AC_NEXT_ZONE SPL_AC_GET_ZONE_COUNTS SPL_AC_GLOBAL_PAGE_STATE SPL_AC_ZONE_STAT_ITEM_FIA +SPL_AC_2ARGS_VFS_UNLINK +SPL_AC_4ARGS_VFS_RENAME AC_CONFIG_FILES([ Makefile |