]> err.no Git - util-linux/commit
build-sys: explicitly check for slang.h
authorKarel Zak <kzak@redhat.com>
Thu, 1 Jul 2010 08:43:06 +0000 (10:43 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 1 Jul 2010 08:43:06 +0000 (10:43 +0200)
commit965b4900b9d0a0d716273558e52e188820108709
tree5b45f21f3a6a24236624568bba744ba1220b2fe8
parent2f89fb42a3fd950d2a35e515c21f016f7dc0e8d7
build-sys: explicitly check for slang.h

The slang/slcurses.h contains

  #includes <slang.h>

but we don't use -I/usr/include/slang (and this is also missing in
slang.pc), it means that we have manually include the slang.h file
in our configure script.

Note this is Fedora-12, maybe some others distros have more usable
slang headers...

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac