--disable-lcov complains there's no lcov #10828

Open
janstary opened this Issue Jul 14, 2017 · 2 comments

Comments

Projects
None yet
3 participants

This is 0.14.2 being built on openBSD 6.1-current.

env AUTOCONF_VERSION=2.69  AUTOMAKE_VERSION=1.15 sh autogen.sh
./configure --prefix=$HOME --mandir=$HOME/man --disable-tests --disable-gui-tests --disable-wallet --with-gui=no --disable-lcov CC=egcc CXX=eg++

...
configure: error: "lcov testing requested but lcov not found"
Contributor

achow101 commented Jul 14, 2017

lcov is disabled by default. Using --disable-lcov will toggle the lcov setting, which is defaulted to no, so it will set it to yes. If you don't want to use lcov, then don't have any option involving lcov.

Exactly. If --disable-lcov enables lcov, it's a bug in the configure script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment