gnome-settings-daemon r243 - trunk



Author: jensg
Date: Sat Mar 29 15:18:04 2008
New Revision: 243
URL: http://svn.gnome.org/viewvc/gnome-settings-daemon?rev=243&view=rev

Log:
2008-03-29  Jens Granseuer  <jensgr gmx net>

	* configure.ac: fix profiling to be off by default


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Mar 29 15:18:04 2008
@@ -322,8 +322,8 @@
 AC_ARG_ENABLE(profiling,
 	[AC_HELP_STRING([--enable-profiling],
 	[turn on profiling])],
-	, enable_profiling=yes)
-if test "$enable_profiling" = "yes"; then
+	, enable_profiling=no)
+if test "x$enable_profiling" = "xyes"; then
     AC_DEFINE(ENABLE_PROFILING,1,[enable profiling])
 fi
 



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