1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-06 04:47:56 +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" 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])
]) ])