]> git.ipfire.org Git - thirdparty/util-linux.git/commit
build-sys: cleanup UL_NCURSES_CHECK
authorKarel Zak <kzak@redhat.com>
Tue, 13 Dec 2016 11:41:18 +0000 (12:41 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 13 Dec 2016 11:41:18 +0000 (12:41 +0100)
commit862326451184bb0fe9c2b2b110fcfc986f9b1734
treea5d938f5b40237a4bc9e02944e506b514b0bebb0
parent8fdd483c5331671b3ab31a1a240aeb1e2c2840c6
build-sys: cleanup UL_NCURSES_CHECK

* use SUFFIX for upper-case suffix
* use AC_CHECK_TOOL() to search for ncurses-config (thanks to Mike Frysinger)
* separate checks by AS_IF()

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