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/SunOS.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'config/SunOS.mk') diff --git a/config/SunOS.mk b/config/SunOS.mk index 6fa0e817dd..ba809f5f5b 100644 --- a/config/SunOS.mk +++ b/config/SunOS.mk @@ -47,7 +47,6 @@ SunOS_LIBDIR = /usr/sfw/lib SunOS_LIBDIR_x86_64 = /usr/sfw/lib/amd64 SOCKET_LIBS = -lsocket -CURSES_LIBS = -lcurses PTHREAD_LIBS = -lpthread UTIL_LIBS = DLOPEN_LIBS = -ldl -- cgit v1.2.3