indentation, moving API towards MQ-style
[oweals/gnunet.git] / configure.ac
index e4d3fa6a18fd27f09d6f994aa0320143a54095fd..79cfa2ec2a76e75800892523a4450a96cbad9861 100644 (file)
@@ -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