aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eca988bb3..2f1184296 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1261,8 +1261,9 @@ gl_LIBUNISTRING
1261AS_IF([test $HAVE_LIBUNISTRING != yes], 1261AS_IF([test $HAVE_LIBUNISTRING != yes],
1262 [AC_MSG_ERROR([GNUnet requires libunistring])]) 1262 [AC_MSG_ERROR([GNUnet requires libunistring])])
1263 1263
1264AS_IF([test "x$gl_libunistring_hexversion" = "x" || test "$gl_libunistring_hexversion" -le 2305], 1264AX_COMPARE_VERSION([$LIBUNISTRING_VERSION],[le],[0.9.1.1],
1265 [AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])]) 1265 [AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])])
1266
1266AC_CHECK_HEADERS([unistr.h], 1267AC_CHECK_HEADERS([unistr.h],
1267 , 1268 ,
1268 AC_MSG_ERROR([Compiling GNUnet requires unistr.h (from libunistring) to be installed])) 1269 AC_MSG_ERROR([Compiling GNUnet requires unistr.h (from libunistring) to be installed]))