mirror of
https://github.com/HEYAHONG/kconfig-frontends.git
synced 2025-05-09 02:01:14 +08:00
configure: better isolate libraries search results
We do not want all libraries to be listed in a single list, because not every frontend need all the libraries. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
41e04054f1
commit
3157178b68
@ -190,6 +190,7 @@ AS_IF(
|
||||
[AC_SUBST([CURSES_LOC])
|
||||
AC_SUBST([ncurses_LIBS])
|
||||
LIBS_old="$LIBS"
|
||||
LIBS=
|
||||
AC_CHECK_HEADERS(
|
||||
[ncurses/ncurses.h ncurses/curses.h ncursesw/curses.h ncurses.h curses.h],
|
||||
[CURSES_LOC=$ac_header; break])
|
||||
@ -222,6 +223,7 @@ AS_IF(
|
||||
[test "$need_panel_menu" = "yes" -o "$need_panel_menu" = "auto"],
|
||||
[AC_SUBST([ncurses_extra_LIBS])
|
||||
LIBS_old="$LIBS"
|
||||
LIBS=
|
||||
AC_SEARCH_LIBS(
|
||||
[new_panel],
|
||||
[panelw panel],
|
||||
|
Loading…
x
Reference in New Issue
Block a user