[PATCH] build: fix unbound variable in configure

Jan Malakhovski oxij at oxij.org
Thu Aug 31 04:46:34 PDT 2017


---
 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



More information about the notmuch mailing list