X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=configure.ac;h=79cfa2ec2a76e75800892523a4450a96cbad9861;hb=1f3219c222bb206e02a793e6c7d48ccc3045d604;hp=11e9cbf3ca87a8e159743165bacd8b0c92b5873f;hpb=02caa52f2a1f37f3626f4f84632b4afcc75f51c4;p=oweals%2Fgnunet.git diff --git a/configure.ac b/configure.ac index 11e9cbf3c..79cfa2ec2 100644 --- a/configure.ac +++ b/configure.ac @@ -727,6 +727,8 @@ fi if test $gl_libunistring_hexversion -le 2305; then AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1]) fi +AC_CHECK_HEADERS([unistr.h],,AC_MSG_ERROR([Compiling GNUnet requires unistr.h (from libunistring) to be installed])) + # restore LIBS LIBS=$SAVE_LIBS @@ -1601,6 +1603,8 @@ src/statistics/statistics.conf src/template/Makefile src/testbed/Makefile src/testbed/testbed.conf +src/testbed-logger/Makefile +src/testbed-logger/testbed-logger.conf src/testing/Makefile src/topology/Makefile src/transport/Makefile