[Gpredict-svn] SF.net SVN: gpredict:[531] trunk/configure.ac
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-11-30 14:23:58
|
Revision: 531
http://gpredict.svn.sourceforge.net/gpredict/?rev=531&view=rev
Author: csete
Date: 2009-11-30 14:23:51 +0000 (Mon, 30 Nov 2009)
Log Message:
-----------
Changed default of --enable-caches to NO
Modified Paths:
--------------
trunk/configure.ac
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2009-11-30 14:23:25 UTC (rev 530)
+++ trunk/configure.ac 2009-11-30 14:23:51 UTC (rev 531)
@@ -59,7 +59,7 @@
AC_DEFINE(ENABLE_COV, 1, [Define if code coverage should be enabled.])
fi
-AC_ARG_ENABLE(caches,[ --enable-caches Run update-* to update desktop and icon caches when installing (disable if you install as not root)],,[enable_caches="yes"])
+AC_ARG_ENABLE(caches,[ --enable-caches Run update-* to update desktop and icon caches when installing (disable if you install as not root)],,[enable_caches="no"])
AM_CONDITIONAL(UPDATE_CACHES, test x"$enable_caches" = "xyes")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|