diff options
Diffstat (limited to 'config/user-libaio.m4')
-rw-r--r-- | config/user-libaio.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/user-libaio.m4 b/config/user-libaio.m4 index 0a58876fe..95c144d76 100644 --- a/config/user-libaio.m4 +++ b/config/user-libaio.m4 @@ -2,5 +2,5 @@ dnl # dnl # Check for libaio - only used for libaiot test cases. dnl # AC_DEFUN([ZFS_AC_CONFIG_USER_LIBAIO], [ - FIND_SYSTEM_LIBRARY(LIBAIO, [], [libaio.h], [], [aio], [], [user_libaio=yes], [user_libaio=no]) + ZFS_AC_FIND_SYSTEM_LIBRARY(LIBAIO, [], [libaio.h], [], [aio], [], [user_libaio=yes], [user_libaio=no]) ]) |