gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4195 - GNUnet/src/transports


From: durner
Subject: [GNUnet-SVN] r4195 - GNUnet/src/transports
Date: Thu, 4 Jan 2007 09:35:39 -0800 (PST)

Author: durner
Date: 2007-01-04 09:35:37 -0800 (Thu, 04 Jan 2007)
New Revision: 4195

Modified:
   GNUnet/src/transports/Makefile.am
Log:
build upnp only if libxml2 is available

Modified: GNUnet/src/transports/Makefile.am
===================================================================
--- GNUnet/src/transports/Makefile.am   2007-01-04 17:05:38 UTC (rev 4194)
+++ GNUnet/src/transports/Makefile.am   2007-01-04 17:35:37 UTC (rev 4195)
@@ -11,9 +11,9 @@
  v6ip = \
   libip6.la
 endif
-#if HAVE_XML2
+if HAVE_XML2
   build_upnp=upnp
-#endif
+endif
 
 SUBDIRS = $(build_upnp) .
 





reply via email to

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