From: Yann E. MORIN" Date: Sun, 26 Feb 2012 10:43:03 +0000 (+0100) Subject: configure: also check for the wide-char variants of ncurses extra libs X-Git-Tag: v3.3.0-0~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ce53c25263096270963933e0b685aa74aec3d9e6;p=kconfig-frontends configure: also check for the wide-char variants of ncurses extra libs Signed-off-by: "Yann E. MORIN" --- diff --git a/configure.ac b/configure.ac index f0dd26c..5312032 100644 --- a/configure.ac +++ b/configure.ac @@ -203,7 +203,7 @@ AS_IF( LIBS_old="$LIBS" AC_SEARCH_LIBS( [new_panel], - [panel], + [panelw panel], [ac_ct_panel_lib_found=yes; break]) AS_IF( [test -z "$ac_ct_panel_lib_found"], @@ -213,7 +213,7 @@ AS_IF( [has_panel_menu=no])]) AC_SEARCH_LIBS( [menu_init], - [menu], + [menuw menu], [ac_ct_menu_lib_found=yes; break]) AS_IF( [test -z "$ac_ct_panel_lib_found"],