aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-05 13:15:09 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-05 13:15:09 +0900
commit6ccf51adc80cdb818416971cfd8ba82084571299 (patch)
tree969e4715caf2057613a96f175302c16a0c7c7206 /configure.ac
parent8fd3a06ccdee5319d9a3b6d42201e879375bbb2a (diff)
downloadgnunet-6ccf51adc80cdb818416971cfd8ba82084571299.tar.gz
gnunet-6ccf51adc80cdb818416971cfd8ba82084571299.zip
BUILD: Improve extractor handling. Removed platform.h from include
Extractor is not properly detected and GNUNET_FS_EXTRACTOR_ENABLED added to gnunet_config.h. platform.h is removed from $PREFIX/include as it must not be included by third parties anyway.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 81d678ecd..79b9d82d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1490,6 +1490,8 @@ AS_IF([test "x$extractor" = "x0"],
1490 AC_MSG_WARN([libextractor not found, but various file-sharing operations require it])], 1490 AC_MSG_WARN([libextractor not found, but various file-sharing operations require it])],
1491 [libextractor_msg="yes"]) 1491 [libextractor_msg="yes"])
1492 1492
1493AC_SUBST([extractor])
1494
1493# libzbar 1495# libzbar
1494AS_IF([test "x$zbar" = "x1"], 1496AS_IF([test "x$zbar" = "x1"],
1495 [libzbar_msg="yes"], 1497 [libzbar_msg="yes"],