aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-09-15 20:37:48 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-09-15 20:37:48 +0100
commit6e8f400edc76ab94cde73988689dbc3f6cd1ca9e (patch)
tree6901ea6ba21e7d765a424abe5152abf59667118f
parenta5b29a1250c321d08b227120b4d9e835297e7acd (diff)
downloadrtmux-6e8f400edc76ab94cde73988689dbc3f6cd1ca9e.tar.gz
rtmux-6e8f400edc76ab94cde73988689dbc3f6cd1ca9e.tar.bz2
rtmux-6e8f400edc76ab94cde73988689dbc3f6cd1ca9e.zip
Do not use utf8proc by default.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 00d3a581..0eb1fcd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -229,7 +229,7 @@ AC_ARG_ENABLE(
utf8proc,
AC_HELP_STRING(--enable-utf8proc, use utf8proc if it is installed),
found_utf8proc=$enable_utf8proc,
- found_utf8proc=yes
+ found_utf8proc=no
)
if test "x$found_utf8proc" = xyes; then
AC_CHECK_HEADER(utf8proc.h, found_utf8proc=yes, found_utf8proc=no)