Files
bitchx/contrib/BitchX-configure.patch
Kevin Easton 28febcfea9 Initial import of the ircii-pana-1.1-final source tree.
git-svn-id: svn://svn.code.sf.net/p/bitchx/code/tags/ircii-pana-1.1-final@1 13b04d17-f746-0410-82c6-800466cd88b0
2008-02-25 09:25:32 +00:00

20 lines
702 B
Diff

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)