mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Uncomment ncurses check
This commit is contained in:
parent
768df4d736
commit
7fa9ecc76d
@ -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], [],
|
||||
|
Loading…
Reference in New Issue
Block a user