From: Christian Grothoff Date: Sun, 1 Jan 2012 17:48:39 +0000 (+0000) Subject: -add revision check for libunistring X-Git-Tag: initial-import-from-subversion-38251~15494 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b397c3e1dd31e76a4530d47a743ccc7c3a637446;p=oweals%2Fgnunet.git -add revision check for libunistring --- 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