[gnome-settings-daemon] Use more warnings with .git not .svn



commit 817c1017b88963d717ff1ad014bca0733284eb87
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Jan 9 13:32:36 2010 -0500

    Use more warnings with .git not .svn

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 429877f..a85fdb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -290,7 +290,7 @@ AC_ARG_ENABLE(more-warnings,
 	[AC_HELP_STRING([--enable-more-warnings],
 	[Maximum compiler warnings])],
 	set_more_warnings="$enableval",[
-        	if test -d $srcdir/.svn; then
+        	if test -d $srcdir/.git; then
         		set_more_warnings=yes
               	else
                   	set_more_warnings=no



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