summaryrefslogtreecommitdiff
blob: 7f133a11d6dcdaef17013bf524fe4e079ab4767b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -NrU5 ratpoison-1.4.4.original/configure.in ratpoison-1.4.4/configure.in
--- ratpoison-1.4.4.original/configure.in	2009-06-21 18:29:08.000000000 +0000
+++ ratpoison-1.4.4/configure.in	2009-06-21 18:30:54.000000000 +0000
@@ -144,10 +144,10 @@
 AC_CHECK_HEADERS(unistd.h stdarg.h)
 
 dnl Checks for typedefs, structures, and compiler characteristics.
 
 dnl Checks for library functions.
-AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
+AC_CHECK_FUNCS(getline getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
 
 AC_TYPE_SIGNAL
 
 AC_OUTPUT(Makefile doc/Makefile src/Makefile contrib/Makefile)