gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29688 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29688 - gnunet/src/gns
Date: Sun, 29 Sep 2013 18:19:15 +0200

Author: grothoff
Date: 2013-09-29 18:19:14 +0200 (Sun, 29 Sep 2013)
New Revision: 29688

Modified:
   gnunet/src/gns/Makefile.am
Log:
-disable NSS installation if configure did not set INSTALL_NSS

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2013-09-29 16:03:35 UTC (rev 29687)
+++ gnunet/src/gns/Makefile.am  2013-09-29 16:19:14 UTC (rev 29688)
@@ -1,8 +1,10 @@
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if HAVE_GLIBCNSS
+if INSTALL_NSS
 NSS_SUBDIR = nss
 endif
+endif
 
 SUBDIRS = . $(NSS_SUBDIR)
 




reply via email to

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