summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revol <revol@free.fr>2017-07-17 15:52:54 +0200
committerAmadeusz Sławiński <amade@asmblr.net>2020-02-03 22:40:20 +0100
commit469be1421b718273946aec6e433cbddfff671104 (patch)
treed10b1eca805bf87749299a77f555dff808ed07e7
parentf91a7058794296c53083f40ed4122e805db72c22 (diff)
downloadscreen-469be1421b718273946aec6e433cbddfff671104.tar.gz
remove hardcoded -lutil
AC_SEARCH_LIBS prepends the found library already.
-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])
])