aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_directory.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-02 13:26:13 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-02 13:26:13 +0000
commit41356c04c3dcedb29de159a48393523fa07bd5d1 (patch)
tree685d78af9fde0609e782ac41af87a4faf67ed146 /src/fs/test_fs_directory.c
parent5875bc4cb9a96cc81aa7e62448db5cd8be7d6489 (diff)
downloadgnunet-41356c04c3dcedb29de159a48393523fa07bd5d1.tar.gz
gnunet-41356c04c3dcedb29de159a48393523fa07bd5d1.zip
-fix ftbfs if extractor.h present but libextractor.so missing
Diffstat (limited to 'src/fs/test_fs_directory.c')
-rw-r--r--src/fs/test_fs_directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_directory.c b/src/fs/test_fs_directory.c
index 74ce07381..edffdc7fa 100644
--- a/src/fs/test_fs_directory.c
+++ b/src/fs/test_fs_directory.c
@@ -99,7 +99,7 @@ testDirectory (unsigned int i)
99 { 99 {
100 GNUNET_snprintf (txt, sizeof (txt), "%u -- %u\n", p, q); 100 GNUNET_snprintf (txt, sizeof (txt), "%u -- %u\n", p, q);
101 GNUNET_CONTAINER_meta_data_insert (mds[p], "<test>", 101 GNUNET_CONTAINER_meta_data_insert (mds[p], "<test>",
102#if HAVE_EXTRACTOR_H 102#if HAVE_EXTRACTOR_H && HAVE_LIBEXTRACTOR
103 q % EXTRACTOR_metatype_get_max (), 103 q % EXTRACTOR_metatype_get_max (),
104#else 104#else
105 q % 128, 105 q % 128,