summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 3162f5d..afc0c00 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -76,7 +76,6 @@ dnl
AC_CHECK_HEADERS(pty.h util.h libutil.h)
AC_SEARCH_LIBS([openpty], [util openpty], [
AC_DEFINE(HAVE_OPENPTY)
- LIBS="$LIBS -lutil"
], [
AC_MSG_ERROR([unable to find openpty() function])
])