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

Merge pull request #9 from manuel-arguelles/ncurses_no_ncursesw

Fix configure script for ncurses without ncursesw
This commit is contained in:
jin-eld 2013-08-25 03:00:19 -07:00
commit 1bcd2e863a

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])
])