aboutsummaryrefslogtreecommitdiff
blob: 34f8eb84beee136758d055314408324ce4d8a588 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ceph-10.2.1/configure.ac
+++ ceph-10.2.1/configure.ac
@@ -908,7 +908,7 @@
 	    ,
 	    [with_libzfs=no])
 AS_IF([test "x$with_libzfs" = xyes],
-	    [PKG_CHECK_MODULES([LIBZFS], [zfs], [], [true])])
+	    [PKG_CHECK_MODULES([LIBZFS], [libzfs], [], [true])])
 AS_IF([test "x$with_libzfs" = xyes],
 	    [AC_DEFINE([HAVE_LIBZFS], [1], [Defined if you have libzfs enabled])])
 AM_CONDITIONAL(WITH_LIBZFS, [ test "$with_libzfs" = "yes" ])