mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-04-20 18:56:50 +02:00
remove hardcoded -lutil
AC_SEARCH_LIBS prepends the found library already.
This commit is contained in:
committed by
Amadeusz Sławiński
parent
f91a705879
commit
469be1421b
@@ -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])
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user