1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 16:37:45 +02:00

Fix configure script for ncurses without ncursesw

On debian systems it is possible not to have libncursesw5-dev and
still have ncursesw5-config pointing to where it should be,
ncursesw5-config is provided by libncursesw5.
This commit is contained in:
Manuel Argüelles 2013-08-24 18:41:06 -04:00
parent e6a13feae8
commit cecc3ceea0

View File

@ -122,7 +122,9 @@ if test -n "$PKG_CONFIG"; then
[
NCURSES_WIDECHAR_SUPPORT="no"
PKG_CHECK_MODULES([NCURSES], [ncurses],
[],
[
NCURSES_FOUND="yes"
],
[
AC_MSG_WARN([$NCURSES_PKG_ERRORS])
])