aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2009-05-20 10:56:13 -0700
committerBrian Behlendorf <[email protected]>2009-05-20 11:00:39 -0700
commit6c9433c150ad12d01f7ea4cfc72c8647a08ac5fc (patch)
tree974117fb5da01c2db1a8cee99a94e1cc59fdaa8a /configure.ac
parent96dded38442684319305082aa2ac7e25f7f414da (diff)
SLES10 Fixes (part 3):
- Configure check for mutex_lock_nested(). This function was introduced as part of the mutex validator in 2.6.18, but if it's unavailable then it's safe to fallback to a plain mutex_lock().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 179dbc1d7..e05629750 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,7 @@ SPL_AC_UACCESS_HEADER
SPL_AC_KMALLOC_NODE
SPL_AC_MONOTONIC_CLOCK
SPL_AC_INODE_I_MUTEX
+SPL_AC_MUTEX_LOCK_NESTED
SPL_AC_DIV64_64
SPL_AC_DIV64_U64
SPL_AC_3ARGS_ON_EACH_CPU