From 5875bc4cb9a96cc81aa7e62448db5cd8be7d6489 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 2 Jul 2016 13:21:22 +0000 Subject: -fix ftbfs if extractor.h present but libextractor.so missing --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e4d3fa6a1..79cfa2ec2 100644 --- a/configure.ac +++ b/configure.ac @@ -727,6 +727,8 @@ fi if test $gl_libunistring_hexversion -le 2305; then AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1]) fi +AC_CHECK_HEADERS([unistr.h],,AC_MSG_ERROR([Compiling GNUnet requires unistr.h (from libunistring) to be installed])) + # restore LIBS LIBS=$SAVE_LIBS -- cgit v1.2.3