gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r38154 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r38154 - gnunet
Date: Thu, 13 Oct 2016 03:55:08 +0200

Author: dold
Date: 2016-10-13 03:55:08 +0200 (Thu, 13 Oct 2016)
New Revision: 38154

Modified:
   gnunet/configure.ac
Log:
quoting, since test breaks (under emscripten) when variable is empty string

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2016-10-13 01:51:27 UTC (rev 38153)
+++ gnunet/configure.ac 2016-10-13 01:55:08 UTC (rev 38154)
@@ -724,7 +724,7 @@
 if test $HAVE_LIBUNISTRING != yes; then
  AC_MSG_ERROR([GNUnet requires libunistring])
 fi
-if test $gl_libunistring_hexversion -le 2305; then
+if test "$gl_libunistring_hexversion" -le 2305; then
  AC_MSG_ERROR([GNUnet requires libunistring >= 0.9.1.1])
 fi
 AC_CHECK_HEADERS([unistr.h],,AC_MSG_ERROR([Compiling GNUnet requires unistr.h 
(from libunistring) to be installed]))




reply via email to

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