mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-23 06:23:02 +01:00
Merge pull request #9 from manuel-arguelles/ncurses_no_ncursesw
Fix configure script for ncurses without ncursesw
This commit is contained in:
commit
1bcd2e863a
@ -122,7 +122,9 @@ if test -n "$PKG_CONFIG"; then
|
|||||||
[
|
[
|
||||||
NCURSES_WIDECHAR_SUPPORT="no"
|
NCURSES_WIDECHAR_SUPPORT="no"
|
||||||
PKG_CHECK_MODULES([NCURSES], [ncurses],
|
PKG_CHECK_MODULES([NCURSES], [ncurses],
|
||||||
[],
|
[
|
||||||
|
NCURSES_FOUND="yes"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
AC_MSG_WARN([$NCURSES_PKG_ERRORS])
|
AC_MSG_WARN([$NCURSES_PKG_ERRORS])
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user