gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34157 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r34157 - gnunet
Date: Sat, 16 Aug 2014 12:18:16 +0200

Author: durner
Date: 2014-08-16 12:18:16 +0200 (Sat, 16 Aug 2014)
New Revision: 34157

Modified:
   gnunet/configure.ac
Log:
fail if plibc is not available

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2014-08-16 09:14:53 UTC (rev 34156)
+++ gnunet/configure.ac 2014-08-16 10:18:16 UTC (rev 34157)
@@ -216,12 +216,11 @@
 # will be more selective!
 SAVE_LIBS=$LIBS
 
-# libgnurx (regex library for W32)
-gnurx=0
-AC_CHECK_LIB(gnurx, regexec, gnurx=1)
-if test "x$gnurx" = "x0" -a "x$build_target" = "xmingw"
+# tests only run on Windows
+if test "x$build_target" = "xmingw"
 then
-  AC_MSG_ERROR([on W32 GNUnet needs libgnurx])
+  AC_CHECK_LIB(plibc, plibc_init, [], [AC_MSG_ERROR([GNUnet requires PlibC on 
Windows])])
+  AC_CHECK_LIB(gnurx, regexec, [], [AC_MSG_ERROR([GNUnet requires libgnurx on 
Windows])])
 fi
 
 # libgcrypt




reply via email to

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