summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2010-01-09 13:24:59 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2010-01-09 13:24:59 -0500
commitbb6eae1bbe94945236f42ebb474186e0440ca622 (patch)
tree3794650add69e815a5b27961cd916305b8b54e54 /configure.ac
parent0e793c4fa14e0f0a3f3821a2bbf2e9b1b550c30d (diff)
downloadgdm-bb6eae1bbe94945236f42ebb474186e0440ca622.tar.gz
Use more warnings for .git not .svn
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 01a448b0..a19b9f59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1264,7 +1264,7 @@ AC_ARG_ENABLE(more-warnings,
AS_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