Remove duplicate check, already done in previous AC_SEARCH_LIBS
This commit is contained in:
parent
cfab408b2d
commit
6b38d8665c
|
|
@ -1285,9 +1285,6 @@ else
|
||||||
AC_CHECK_LIB([readline], [readline],
|
AC_CHECK_LIB([readline], [readline],
|
||||||
[LIBS="$LIBS -lreadline"],
|
[LIBS="$LIBS -lreadline"],
|
||||||
[AC_MSG_ERROR([Couldn't find readline libraries.])])
|
[AC_MSG_ERROR([Couldn't find readline libraries.])])
|
||||||
AC_CHECK_LIB([ncursesw], [tputs],
|
|
||||||
[LIBS="$LIBS -lncursesw"],
|
|
||||||
[AC_MSG_ERROR([Couldn't find ncurses libraries.])])
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Especially defined for macOS (Big Sur), with readline installed from Brew
|
# Especially defined for macOS (Big Sur), with readline installed from Brew
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue