0a26a105b6
sthen@ ok
13 lines
511 B
Plaintext
13 lines
511 B
Plaintext
$OpenBSD: patch-configure_in,v 1.3 2012/03/17 14:20:58 fgsch Exp $
|
|
--- configure.in.orig Fri Mar 16 23:19:39 2012
|
|
+++ configure.in Fri Mar 16 23:19:42 2012
|
|
@@ -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(getline getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
|
|
|
|
AC_TYPE_SIGNAL
|
|
|