]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Build also on systems where -lreadline requires e.g., -lncurses
authorJim Meyering <meyering@redhat.com>
Thu, 6 Dec 2007 11:42:26 +0000 (11:42 +0000)
committerJim Meyering <meyering@redhat.com>
Thu, 6 Dec 2007 11:42:26 +0000 (11:42 +0000)
commit2ec759fc58feca223809817a8f3abac04a67f92a
treea0ba91e96b2158da2b3304d95226b37765fdf9ce
parent7633453cfa077d02bb0e3e4034abd32a24908ee8
Build also on systems where -lreadline requires e.g., -lncurses

* configure.in: If the test for -lreadline fails, search for a
library with termcap support.  If one is found (often -lncurses),
rerun the test for -lreadline, linking also with the new library.

Author: Jim Meyering <meyering@redhat.com>
ChangeLog
configure.in