]> git.pld-linux.org Git - packages/BitchX.git/commitdiff
helps finding ncurses term*.h
authoralchemyx <alchemyx@pld-linux.org>
Sat, 29 Jan 2000 23:16:55 +0000 (23:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    BitchX-configure.patch -> 1.1

BitchX-configure.patch [new file with mode: 0644]

diff --git a/BitchX-configure.patch b/BitchX-configure.patch
new file mode 100644 (file)
index 0000000..3a38d3d
--- /dev/null
@@ -0,0 +1,19 @@
+diff -ru BitchX/configure.in BitchX.AX/configure.in
+--- BitchX/configure.in        Tue Jan  4 07:43:35 2000
++++ BitchX.AX/configure.in     Wed Jan 19 17:54:30 2000
+@@ -290,6 +290,15 @@
+   if test x"$blahhack" = x"1"; then
+     blahhack=0
++    AC_MSG_CHECKING(for tputs in ncurses/termcap.h)
++    AC_EGREP_CPP([tputs( |        |\()],[#include <ncurses/termcap.h>
++  ], [ AC_DEFINE(HAVE_TERMCAP_H)
++       AC_MSG_RESULT(yes)
++       havetputs=1 AC_CHECK_HEADER(ncurses/termcap.h)], blahhack=1; AC_MSG_RESULT(no))
++  fi
++
++  if test x"$blahhack" = x"1"; then
++    blahhack=0
+     AC_MSG_CHECKING(for tputs in curses.h)
+     AC_EGREP_CPP([tputs( |        |\()],[#include <curses.h>
+   ], [ AC_DEFINE(USING_CURSES) 
This page took 0.070643 seconds and 4 git commands to generate.