about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-03-09 00:02:34 +0000
committerJames Booth <boothj5@gmail.com>2014-03-09 00:02:34 +0000
commit7fa9ecc76d659b45834376ff4f8ea5d343a805e7 (patch)
tree435a004d69a13cdb0443726bf387eb49bf14a40d /configure.ac
parent768df4d736722d8d2be04778839162b8948afab1 (diff)
downloadprofani-tty-7fa9ecc76d659b45834376ff4f8ea5d343a805e7.tar.gz
Uncomment ncurses check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
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], [],