From 65da4913214120ddc95bd846cb3649a29f87146a Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Tue, 13 Mar 2012 15:23:35 +0000 Subject: autoconf: add check for curses library Check for a curses compatible library (curses or ncurses basically). One of those is needed to compile Xen tools (gtraceview and xentop). Modify Makefiles/sources to use configure output (fetch CURSES_LIBS from tools/Tools.mk and header to include from tools/config.h) Signed-off-by: Roger Pau Monne Acked-by: Ian Jackson Committed-by: Ian Jackson --- config/Tools.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config/Tools.mk.in') diff --git a/config/Tools.mk.in b/config/Tools.mk.in index 881bb05f03..68de1e4cf0 100644 --- a/config/Tools.mk.in +++ b/config/Tools.mk.in @@ -43,3 +43,4 @@ CONFIG_SYSTEM_LIBAIO:= @system_aio@ CONFIG_LIBICONV := @libiconv@ CONFIG_GCRYPT := @libgcrypt@ CONFIG_EXT2FS := @libext2fs@ +CURSES_LIBS := @CURSES_LIBS@ -- cgit v1.2.3