aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--src/include/gnunet_container_lib.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e4d3fa6a1..79cfa2ec2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -727,6 +727,8 @@ fi
727if test $gl_libunistring_hexversion -le 2305; then 727if test $gl_libunistring_hexversion -le 2305; then
728 AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1]) 728 AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])
729fi 729fi
730AC_CHECK_HEADERS([unistr.h],,AC_MSG_ERROR([Compiling GNUnet requires unistr.h (from libunistring) to be installed]))
731
730# restore LIBS 732# restore LIBS
731LIBS=$SAVE_LIBS 733LIBS=$SAVE_LIBS
732 734
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index 32eb2caa5..03c47c201 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -89,12 +89,10 @@ GNUNET_decompress (const char *input,
89 size_t output_size); 89 size_t output_size);
90 90
91 91
92#if HAVE_EXTRACTOR_H && HAVE_LIBEXTRACTOR 92#if HAVE_EXTRACTOR_H
93 93
94#include <extractor.h> 94#include <extractor.h>
95 95
96
97
98#else 96#else
99 97
100/* definitions from extractor.h we need for the build */ 98/* definitions from extractor.h we need for the build */