gnome-settings-daemon r244 - branches/gnome-2-22



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

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

	Merged from trunk:

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


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/configure.ac

Modified: branches/gnome-2-22/configure.ac
==============================================================================
--- branches/gnome-2-22/configure.ac	(original)
+++ branches/gnome-2-22/configure.ac	Sat Mar 29 15:21:56 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]