]> git.alsa-project.org Git - alsa-utils.git/commit
configure.in: look for ncurses pkg-config first
authorMike Frysinger <vapier@gentoo.org>
Wed, 18 Apr 2012 14:25:54 +0000 (10:25 -0400)
committerTakashi Iwai <tiwai@suse.de>
Wed, 18 Apr 2012 16:15:44 +0000 (18:15 +0200)
commit3a25a31285ffb1dff0151c717b114fefc0b89b70
tree4422d8c6e6aeb09fb27c8a0136c924bd46fbe091
parent8824d0824d780d0fa503f9c9fbae46e45bbb18e7
configure.in: look for ncurses pkg-config first

Newer ncurses installs pkg-config files, and these are much easier
to manage when cross-compiling, so default to searching for those.
If they can't be found, we fall back to the existing xxx-config.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
configure.in