From ce53c25263096270963933e0b685aa74aec3d9e6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 26 Feb 2012 11:43:03 +0100 Subject: [PATCH] configure: also check for the wide-char variants of ncurses extra libs Signed-off-by: "Yann E. MORIN" --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], -- 2.39.5