summaryrefslogtreecommitdiff
path: root/net-analyzer/sngrep/files/sngrep-1.4.5-tinfo.patch
blob: f3829560264d4f78671f633d54567593be757202 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/configure.ac
+++ b/configure.ac
@@ -98,6 +98,10 @@
 	])
 ])
 
+AC_SEARCH_LIBS([keyname], [tinfo], [], [
+	AC_MSG_ERROR([ You need to have ncurses panelw library installed to compile sngrep.])
+])
+
 ####
 #### GnuTLS Support
 ####