mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Merge branch '4465_ncurses_libs'
* 4465_ncurses_libs: Ticket #4465: remove duplicated libs from MCLIBS (again).
This commit is contained in:
commit
b90177fa10
@ -122,7 +122,7 @@ AC_DEFUN([mc_WITH_NCURSES], [
|
||||
MCLIBS="$LIBS"
|
||||
fi
|
||||
LIBS="$MCLIBS"
|
||||
AC_SEARCH_LIBS([stdscr], [tinfow tinfo], [MCLIBS="$MCLIBS $LIBS"],
|
||||
AC_SEARCH_LIBS([stdscr], [tinfow tinfo], [],
|
||||
[AC_MSG_ERROR([Cannot find a library providing stdscr])])
|
||||
MCLIBS="$LIBS"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user