aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 50bc45594..ef9865456 100644
--- a/configure.ac
+++ b/configure.ac
@@ -724,7 +724,7 @@ gl_LIBUNISTRING
724if test $HAVE_LIBUNISTRING != yes; then 724if test $HAVE_LIBUNISTRING != yes; then
725 AC_MSG_ERROR([GNUnet requires libunistring]) 725 AC_MSG_ERROR([GNUnet requires libunistring])
726fi 726fi
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])) 730AC_CHECK_HEADERS([unistr.h],,AC_MSG_ERROR([Compiling GNUnet requires unistr.h (from libunistring) to be installed]))