]> git.proxmox.com Git - mirror_qemu.git/commit - configure
configure: try pkg-config ncurses first
authorEd Maste <emaste@freebsd.org>
Fri, 24 May 2013 20:07:00 +0000 (16:07 -0400)
committerMichael Tokarev <mjt@tls.msk.ru>
Sat, 1 Jun 2013 10:25:38 +0000 (14:25 +0400)
commitcfeda5f4b8710b6ba14131df8e287021b729b784
tree0aee0cfe4387b11cf642dc60f98f4760b8dc9b50
parentd720e9831cab9934079d36a5fe3ebcdded4cb3a7
configure: try pkg-config ncurses first

When probing for ncurses, try pkg-config first rather than after
explicit -lncurses and -lcurses.  This fixes static linking in the case
that ncurses has additional dependencies, such as -ltinfo (as on FreeBSD).

Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure