aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-01 17:48:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-01 17:48:39 +0000
commitb397c3e1dd31e76a4530d47a743ccc7c3a637446 (patch)
treec5bacf89f8ae3a64b3e9bbfb14156143335aa091 /configure.ac
parentd594eec68a9f2e3935abbd4ca25ba17ae8241966 (diff)
downloadgnunet-b397c3e1dd31e76a4530d47a743ccc7c3a637446.tar.gz
gnunet-b397c3e1dd31e76a4530d47a743ccc7c3a637446.zip
-add revision check for libunistring
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b899d782e..c33bdbd63 100644
--- a/configure.ac
+++ b/configure.ac
@@ -373,6 +373,9 @@ gl_LIBUNISTRING
373if test $HAVE_LIBUNISTRING != yes; then 373if test $HAVE_LIBUNISTRING != yes; then
374 AC_MSG_ERROR([GNUnet requires libunistring]) 374 AC_MSG_ERROR([GNUnet requires libunistring])
375fi 375fi
376if test $gl_libunistring_hexversion -le 2305; then
377 AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])
378fi
376# restore LIBS 379# restore LIBS
377LIBS=$SAVE_LIBS 380LIBS=$SAVE_LIBS
378 381