summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Betts <sabetts@gmail.com>2009-07-12 18:23:25 -0700
committerShawn Betts <sabetts@gmail.com>2009-07-12 18:23:25 -0700
commit4ad0b38fb53506d613c4b4f7268dadfcedae9b8e (patch)
tree3003e5e875b59dafc4247be60248b2310bb8a691
parentf94298f075bdd1c7df191e093d9f2f9c35b77b2c (diff)
downloadratpoison-4ad0b38fb53506d613c4b4f7268dadfcedae9b8e.zip
check for getline in configure.in
This fixes a build error encountered on glibc 2.10 systems
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0c1b42c..08f4ee8 100644
--- a/configure.in
+++ b/configure.in
@@ -146,7 +146,7 @@ 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(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep getline)
AC_TYPE_SIGNAL