build: Don't link with -lreadline if readline was not found.
authorAndre Noll <maan@systemlinux.org>
Thu, 13 Feb 2014 17:59:00 +0000 (18:59 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:52:07 +0000 (16:52 +0100)
Currently, if libreadline is not installed, linking fails with

ld: cannot find -lreadline

This patch makes the build succeed by linking para_client, para_audioc
and para_play without readline support in this case.


No differences found