]> git.pld-linux.org Git - packages/heartbeat.git/commitdiff
- better ncurses detection
authorzbyniu <zbyniu@pld-linux.org>
Sat, 27 Jan 2007 21:58:08 +0000 (21:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    heartbeat-ac.patch -> 1.3

heartbeat-ac.patch

index 7b89e6a017d8c3b1341ecf41af84ed275e6c1eca..74e1220640e8f471b71078c7998c85946d43554f 100644 (file)
  
  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 <curses.h>
++#elif defined(HAVE_CURSES_CURSES_H)
++#  include <curses/curses.h>
+ #elif defined(HAVE_NCURSES_H)
+ #  include <ncurses.h>
++#elif defined(HAVE_NCURSES_NCURSES_H)
++#  include <ncurses/ncurses.h>
+ #endif
+             ],
+             [printw((const char *)"Test");]
This page took 0.072869 seconds and 4 git commands to generate.