On Tue, Oct 09, 2018 at 02:03:16PM +0200, Thomas Petazzoni wrote:
> The configure.ac script initializes the CLIENT variable this way:
>
> CLIENT=birdcl
> if client enabled
> CLIENT=$CLIENT birdc
> fi
>
> This means that checking if @CLIENT@ is empty to decide whether birdc
> should be installed
The configure.ac script initializes the CLIENT variable this way:
CLIENT=birdcl
if client enabled
CLIENT=$CLIENT birdc
fi
This means that checking if @CLIENT@ is empty to decide whether birdc
should be installed or not doesn't work, and causes a failure at
installation time when --disable-client