diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-01-01 17:48:39 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-01-01 17:48:39 +0000 |
commit | b397c3e1dd31e76a4530d47a743ccc7c3a637446 (patch) | |
tree | c5bacf89f8ae3a64b3e9bbfb14156143335aa091 /configure.ac | |
parent | d594eec68a9f2e3935abbd4ca25ba17ae8241966 (diff) |
-add revision check for libunistring
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 if test $HAVE_LIBUNISTRING != yes; then AC_MSG_ERROR([GNUnet requires libunistring]) fi +if test $gl_libunistring_hexversion -le 2305; then + AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1]) +fi # restore LIBS LIBS=$SAVE_LIBS |