From 14d8bf9870b6599c58215f41018142524b746e95 Mon Sep 17 00:00:00 2001 From: zbyniu Date: Sat, 27 Jan 2007 21:58:08 +0000 Subject: [PATCH] - better ncurses detection Changed files: heartbeat-ac.patch -> 1.3 --- heartbeat-ac.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/heartbeat-ac.patch b/heartbeat-ac.patch index 7b89e6a..74e1220 100644 --- a/heartbeat-ac.patch +++ b/heartbeat-ac.patch @@ -39,3 +39,18 @@ AC_MSG_CHECKING(for the location of the lock directory) for TTY_LOCK_D in /var/lock /var/spool/lock /var/spool/locks +--- heartbeat-2.0.7/configure.in.orig 2006-08-08 14:41:54.000000000 +0200 ++++ heartbeat-2.0.7/configure.in 2007-01-27 19:23:30.919741000 +0100 +@@ -1693,8 +1693,12 @@ dnl ************ printw **************** + [ + #if defined(HAVE_CURSES_H) + # include ++#elif defined(HAVE_CURSES_CURSES_H) ++# include + #elif defined(HAVE_NCURSES_H) + # include ++#elif defined(HAVE_NCURSES_NCURSES_H) ++# include + #endif + ], + [printw((const char *)"Test");] -- 2.44.0