mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:23:01 +01: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:
parent
e6a13feae8
commit
cecc3ceea0
@ -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])
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user