aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-02 13:21:22 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-02 13:21:22 +0000
commit5875bc4cb9a96cc81aa7e62448db5cd8be7d6489 (patch)
tree43898412bfb82b29c9d01220b76527594235cdd9 /src
parent79b4d7d9b9b86f68d24667c91eb8240b9b9e9def (diff)
downloadgnunet-5875bc4cb9a96cc81aa7e62448db5cd8be7d6489.tar.gz
gnunet-5875bc4cb9a96cc81aa7e62448db5cd8be7d6489.zip
-fix ftbfs if extractor.h present but libextractor.so missing
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_container_lib.h4
1 files changed, 1 insertions, 3 deletions
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 */