From 6e8f400edc76ab94cde73988689dbc3f6cd1ca9e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 15 Sep 2016 20:37:48 +0100 Subject: [PATCH] Do not use utf8proc by default. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)