mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
build: fix unbound variable in configure
Commentary by db: This missing initialization caused configure to crash, and hence the build to fail in environments without cppcheck.
This commit is contained in:
parent
b52e1e0f1d
commit
46bda291ba
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue