Remove duplicate check, already done in previous AC_SEARCH_LIBS

This commit is contained in:
Holger Vogt 2025-02-05 09:44:25 +01:00
parent cfab408b2d
commit 6b38d8665c
1 changed files with 0 additions and 3 deletions

View File

@ -1285,9 +1285,6 @@ else
AC_CHECK_LIB([readline], [readline],
[LIBS="$LIBS -lreadline"],
[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
else
# Especially defined for macOS (Big Sur), with readline installed from Brew