6728N/AThe libgnt library needs to be linked against the GNU version of libpanel.
6728N/AThis patch should be send upstream when sanitized into an acceptable form.
6728N/A # ncursesw was not found. Look for plain old ncurses
6728N/A AC_CHECK_LIB(ncurses, initscr, [GNT_LIBS="-lncurses"], [enable_consoleui=no])
6728N/A- AC_CHECK_LIB(panel, update_panels, [GNT_LIBS="$GNT_LIBS -lpanel"],
6728N/A [enable_consoleui=no], [$GNT_LIBS])
6728N/A AC_DEFINE(NO_WIDECHAR, 1, [Define to 1 if you don't have wide-character support.])
6728N/A if test x"$ac_ncurses_includes" != "x"; then