ZAP: Add by_dnode variants to lookup/prefetch_uint64
[zfs.git] / config / user-runstatedir.m4
blobded1362c7b227b2f98e4920639c33185f7350fb6
1 dnl For backwards compatibility; runstatedir added in autoconf 2.70.
2 AC_DEFUN([ZFS_AC_CONFIG_USER_RUNSTATEDIR], [
3         if test "x$runstatedir" = x; then
4                 AC_SUBST([runstatedir], ['${localstatedir}/run'])
5         fi
6 ])