readline library by looking for <readline/chardefs.h>. However, the
jack_transport sources only use the basic readline functionality that
is already supported by editline. Fix this situation lying to the
configure script and pretending that editline is readline by forcing
the chardefs.h header to be "found". This fixes the breakage in
krister's bulk build from 2006-05-28.
JACK is a low-latency audio server, written for POSIX conformant
operating systems such as GNU/Linux and Apple's OS X. It can connect a
number of different applications to an audio device, as well as allowing
them to share audio between themselves. Its clients can run in their own
processes (ie. as normal applications), or can they can run within the
JACK server (ie. as a "plugin").
Packaged by Chris Wareham.