]> git.proxmox.com Git - mirror_zfs.git/blobdiff - configure.ac
Fix coverity defects: CID 147629
[mirror_zfs.git] / configure.ac
index f01a4d8728033e963b40eed18a97e73566db7742..dffd63cf28b05ab1fc09eb3ddaa050e1e2d11c0d 100644 (file)
@@ -272,6 +272,7 @@ AC_CONFIG_FILES([
        tests/zfs-tests/tests/functional/snapused/Makefile
        tests/zfs-tests/tests/functional/sparse/Makefile
        tests/zfs-tests/tests/functional/threadsappend/Makefile
+       tests/zfs-tests/tests/functional/tmpfile/Makefile
        tests/zfs-tests/tests/functional/truncate/Makefile
        tests/zfs-tests/tests/functional/userquota/Makefile
        tests/zfs-tests/tests/functional/upgrade/Makefile
@@ -301,4 +302,10 @@ AC_CONFIG_FILES([
        zfs.release
 ])
 
+
 AC_OUTPUT
+
+AS_IF([test "x$user_libdevmapper" != xyes && test "$ZFS_CONFIG" != kernel ], [
+    AC_MSG_WARN([Building without libdevmapper.  Auto-replace, auto-online, \
+and statechange-led.sh may not work correctly with device mapper vdevs.])
+])