]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: prefer ncurses-config rather than pkg-config
authorKarel Zak <kzak@redhat.com>
Wed, 31 May 2017 08:52:44 +0000 (10:52 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 31 May 2017 08:54:21 +0000 (10:54 +0200)
commit4c12a334dc4104d16dc06edf51904b08b08fcdfa
treeb4b174446961e61f9434a0145b29ce08cd9e4612
parent8a931412e34647c8bcddc6a6206b850af16a1a2d
build-sys: prefer ncurses-config rather than pkg-config

If you have installed:

 ii  libncurses5:i386      5.9+20140913-1+b1  i386   shared libraries for terminal handling
 ii  libncurses5-dev:i386  5.9+20140913-1+b1  i386   developer's libraries for ncurses
 ii  libncursesw5:i386     5.9+20140913-1+b1  i386   shared libraries for terminal handling (wide character support)

then pkg-config blindly follows ncursesw although there are not header
files for this library. It seems better to use pkg-config as fallback
solution only.

Signed-off-by: Karel Zak <kzak@redhat.com>
m4/ul.m4