[PATCH] build: fix unbound variable in configure

Subject: [PATCH] build: fix unbound variable in configure

Date: Thu, 31 Aug 2017 11:46:34 +0000

To: notmuch@notmuchmail.org

Cc:

From: Jan Malakhovski


---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 364854f3..c0a550c7 100755
--- a/configure
+++ b/configure
@@ -651,6 +651,7 @@ if command -v cppcheck > /dev/null; then
     have_cppcheck=1
     printf "Yes.\n"
 else
+    have_cppcheck=0
     printf "No.\n"
 fi
 
-- 
2.14.1

_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: