]> sourceware.org Git - lvm2.git/commitdiff
configure.ac: report 'none' when nvme_wwid is missing
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 7 Jan 2025 14:35:42 +0000 (15:35 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 8 Jan 2025 23:20:19 +0000 (00:20 +0100)
configure.ac

index 426caa69605a2dcc7f6974f27f575ee1dc532f33..d6bc7b89cfc9d8dcb738578b0a72863af76d36cf 100644 (file)
@@ -1181,7 +1181,7 @@ const int a = NVME_NIDT_CSI;
                      AC_IF_YES(ac_cv_have_libnvme_csi, [NVME_WWID="yes"
                                AC_DEFINE(NVME_SUPPORT, 1, [Use libnvme for WWID.])],
                                [NVME_WWID="error"])])
-      ], [AS_IF([test "$NVME_WWID" = "yes"], [NVME_WWID="error"])])
+      ], [AS_IF([test "$NVME_WWID" = "yes"], [NVME_WWID="error"], [NVME_WWID="no"])])
 ], [AS_IF([test "$NVME_WWID" = "yes"], [NVME_WWID="error"])])
 
 AS_IF([test "$NVME_WWID" = "error"],
This page took 0.041433 seconds and 5 git commands to generate.