diff options
Diffstat (limited to 'config/user-commands.m4')
-rw-r--r-- | config/user-commands.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/user-commands.m4 b/config/user-commands.m4 index 58633b4a0..6e9c3d103 100644 --- a/config/user-commands.m4 +++ b/config/user-commands.m4 @@ -127,7 +127,7 @@ AC_DEFUN([ZFS_AC_CONFIG_USER_COMMANDS_LINUX], [ PAGESIZE=$($GETCONF PAGESIZE) AC_SUBST(PAGESIZE) - MNTTAB=/etc/mtab + MNTTAB=/proc/self/mounts AC_SUBST(MNTTAB) ]) |