garnome r6539 - in trunk: . freedesktop/PolicyKit



Author: kbrae
Date: Tue May 20 20:52:05 2008
New Revision: 6539
URL: http://svn.gnome.org/viewvc/garnome?rev=6539&view=rev

Log:
	* freedesktop/PolicyKit: Force disable tests. "Cowardly refusing
	to install with --enable-tests." it said...



Modified:
   trunk/ChangeLog
   trunk/freedesktop/PolicyKit/Makefile

Modified: trunk/freedesktop/PolicyKit/Makefile
==============================================================================
--- trunk/freedesktop/PolicyKit/Makefile	(original)
+++ trunk/freedesktop/PolicyKit/Makefile	Tue May 20 20:52:05 2008
@@ -21,6 +21,10 @@
 
 include ../category.mk 
 
+# "Cowardly refusing to install with --enable-tests." it said...
+CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--enable-debug,--disable-debug,')
+CONFIGURE_ARGS := $(shell echo $(CONFIGURE_ARGS) | sed 's,--enable-tests,--disable-tests,')
+
 post-install:
 	@echo ""
 	@echo "   GARNOME will *not* install files into system directories."



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