From bc9410011482036f3c551b38087ea0e24f991067 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Fri, 8 Mar 2019 11:24:16 +0100 Subject: [PATCH] fix missing AC_DEFINE --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 9987cad5..066f7a07 100644 --- a/configure.ac +++ b/configure.ac @@ -342,6 +342,7 @@ if test "x$want_utf8proc" != "xno"; then AC_CHECK_HEADER([utf8proc.h], [ AC_CHECK_LIB([utf8proc], [utf8proc_version], [ want_utf8proc=yes + AC_DEFINE(HAVE_LIBUTF8PROC,, [Define to 1 if you have the `utf8proc' library (-lutf8proc).]) LIBS="$LIBS -lutf8proc" ], [ want_utf8proc="no, library not found"