aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2f1184296..68cae8c0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1261,7 +1261,7 @@ 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
1264AX_COMPARE_VERSION([$LIBUNISTRING_VERSION],[le],[0.9.1.1], 1264AS_VERSION_COMPARE([$LIBUNISTRING_VERSION],[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 1266
1267AC_CHECK_HEADERS([unistr.h], 1267AC_CHECK_HEADERS([unistr.h],