gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36094 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r36094 - gnunet/src/include
Date: Thu, 16 Jul 2015 12:06:55 +0200

Author: grothoff
Date: 2015-07-16 12:06:55 +0200 (Thu, 16 Jul 2015)
New Revision: 36094

Modified:
   gnunet/src/include/gnunet_container_lib.h
Log:
-do not use header of LE <1.0 by also checking that the binary version was 
acceptable

Modified: gnunet/src/include/gnunet_container_lib.h
===================================================================
--- gnunet/src/include/gnunet_container_lib.h   2015-07-16 09:41:09 UTC (rev 
36093)
+++ gnunet/src/include/gnunet_container_lib.h   2015-07-16 10:06:55 UTC (rev 
36094)
@@ -36,10 +36,12 @@
 /* add error and config prototypes */
 #include "gnunet_crypto_lib.h"
 
-#if HAVE_EXTRACTOR_H
+#if HAVE_EXTRACTOR_H && HAVE_LIBEXTRACTOR
 
 #include <extractor.h>
 
+
+
 #else
 
 /* definitions from extractor.h we need for the build */




reply via email to

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