diff options
author | James Booth <boothj5@gmail.com> | 2014-03-09 00:02:34 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-03-09 00:02:34 +0000 |
commit | 7fa9ecc76d659b45834376ff4f8ea5d343a805e7 (patch) | |
tree | 435a004d69a13cdb0443726bf387eb49bf14a40d | |
parent | 768df4d736722d8d2be04778839162b8948afab1 (diff) | |
download | profani-tty-7fa9ecc76d659b45834376ff4f8ea5d343a805e7.tar.gz |
Uncomment ncurses check
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index cae11a43..f2f8d2f2 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [], |