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 --- tools/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/config.h.in') diff --git a/tools/config.h.in b/tools/config.h.in index 3d701f47b6..f8f96dc3df 100644 --- a/tools/config.h.in +++ b/tools/config.h.in @@ -14,3 +14,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_YAJL_YAJL_VERSION_H + +/* Define curses header to include. */ +#undef INCLUDE_CURSES_H -- cgit v1.2.3