mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +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"
|
MCLIBS="$LIBS"
|
||||||
fi
|
fi
|
||||||
LIBS="$MCLIBS"
|
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])])
|
[AC_MSG_ERROR([Cannot find a library providing stdscr])])
|
||||||
MCLIBS="$LIBS"
|
MCLIBS="$LIBS"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user