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



commit 9c73f6f4b28ba7186e7a8c0b6c965f05ac1f0f60
Author: William Jon McCann <jmccann redhat com>
Date:   Sat Jan 9 13:30:16 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 e2246ec..c0aaf6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -971,7 +971,7 @@ exec_prefix=$old_exec_prefix
 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
         is_cvs_version=true
         set_more_warnings=yes
 else



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