aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent79b4d7d9b9b86f68d24667c91eb8240b9b9e9def (diff)
downloadgnunet-5875bc4cb9a96cc81aa7e62448db5cd8be7d6489.tar.gz
gnunet-5875bc4cb9a96cc81aa7e62448db5cd8be7d6489.zip
-fix ftbfs if extractor.h present but libextractor.so missing
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 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