1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Uncomment ncurses check

This commit is contained in:
James Booth 2014-03-09 00:02:34 +00:00
parent 768df4d736
commit 7fa9ecc76d

View File

@ -112,8 +112,8 @@ AC_CACHE_CHECK([for wget_wch support in $NCURSES], ncurses_cv_wget_wch,
])
CFLAGS="$CFLAGS_RESTORE"
###AS_IF([test "x$ncurses_cv_wget_wch" != xyes],
### [AC_MSG_ERROR([ncurses does not support wide characters])])
AS_IF([test "x$ncurses_cv_wget_wch" != xyes],
[AC_MSG_ERROR([ncurses does not support wide characters])])
### Check for other profanity dependencies
PKG_CHECK_MODULES([glib], [glib-2.0 >= 2.26], [],