gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r18878 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r18878 - gnunet
Date: Sun, 1 Jan 2012 18:48:39 +0100

Author: grothoff
Date: 2012-01-01 18:48:39 +0100 (Sun, 01 Jan 2012)
New Revision: 18878

Modified:
   gnunet/configure.ac
Log:
-add revision check for libunistring

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2012-01-01 12:22:55 UTC (rev 18877)
+++ gnunet/configure.ac 2012-01-01 17:48:39 UTC (rev 18878)
@@ -373,6 +373,9 @@
 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]