summaryrefslogtreecommitdiff
blob: 6808d911152b187bcd18fd9c90613d12f999aa4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/configure	2004-05-12 09:26:44.000000000 +0900
+++ b/configure	2004-05-12 09:27:06.000000000 +0900
@@ -1077,3+1077,3 @@
 rm -f conftest*
-test "$ac_cv_search_tgetstr" = "no" && for i in curses ncurses termlib; do
+test "$ac_cv_search_tgetstr" = "no" && for i in ncurses termlib; do
 LIBS="-l$i  $ac_func_search_save_LIBS"
@@ -1140,3 +1140,3 @@
 rm -f conftest*
-test "$ac_cv_search_tgetstr" = "no" && for i in termcap curses ncurses; do
+test "$ac_cv_search_tgetstr" = "no" && for i in termcap ncurses; do
 LIBS="-l$i  $ac_func_search_save_LIBS"