blob: 1245d6684608a5a58db1834e6c5079b5af8f658e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.2 2008/01/12 04:17:38 bjs Exp $
--- configure.orig 2007-09-12 09:58:44.000000000 -0400
+++ configure
@@ -3170,6 +3170,7 @@ fi
LIBS=$ORIG_LIBS
+curses_ok=yes
if test "$curses_ok" = yes; then
{ echo "$as_me:$LINENO: checking for modern curses without raw() bug" >&5
echo $ECHO_N "checking for modern curses without raw() bug... $ECHO_C" >&6; }
|