summaryrefslogtreecommitdiff
path: root/editors/aee/files/patch-create.mk.aee
blob: 09c631f7fd67dfaf0ecf8dc2be274613d2c1886e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- create.mk.aee	Mon Sep 23 06:16:04 2002
+++ create.mk.aee	Sat Mar 17 10:52:41 2007
@@ -172,7 +172,7 @@
 # make decisions about use of new_curse.c (use of new_curse is recommended 
 # rather than local curses)
 
-if [ -n "$terminfo_exists" -a -z "$termcap_exists" ]
+if true
 then
 	echo "Neither terminfo or termcap are on this system!  "
 	if [ -f /usr/include/curses.h ]