summaryrefslogtreecommitdiff
blob: 6294c80c96d52dc0fd558af9a13de85744224893 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/configure.ac
+++ b/configure.ac
@@ -423,6 +423,8 @@
 				 foundlcurses=yes curseaux="-lcurses" termcontrol="curses" )
 	fi
 
+	AC_SEARCH_LIBS([stdscr], tinfo ncurses,curseaux="$curseaux $ac_res")
+
 	if test "$foundlcurses" != "yes"; then
 		AC_MSG_ERROR(Failed to find libcurses or libncurses.  Install them or disable building the Kismet client with --disable-client.  Disabling the client is probably not something you want to do normally.)
 	fi