]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Let para_play depend on libreadline.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 5 Oct 2022 18:22:17 +0000 (20:22 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 19 Apr 2024 18:41:22 +0000 (20:41 +0200)
While para_client and para_audioc are suitable for non-interactive
use, e.g. in scripts, para_play can only be used interactively,
and its non-readline version is barely usable.

Rather than building a crippled version, teach the build and test
systems to skip para_play if the readline library is not installed.


No differences found