aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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