summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authortmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-06-03 17:38:23 +0000
committertmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-06-03 17:38:23 +0000
commit962f3c71259333f3f0b1e34234f10c95e499c31e (patch)
tree4fddf8dbdb3419f02286a0d1b57043446ffe0859 /configure.ac
parent31f285bf7d1abd3bc35239429ff4bf19303053b4 (diff)
update a few more CVS references for Subversion
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1522 f01d2545-417e-4e96-918e-98f8d0dbbcb6
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 1e8d31f..e854f73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,7 @@ dnl Turn on the additional warnings last, so -Werror doesn't affect other tests.
AC_ARG_ENABLE(more-warnings,
[ --enable-more-warnings Maximum compiler warnings],
set_more_warnings="$enableval",[
-if test -d "$srcdir/{arch}" || test -d "$srcdir/CVS"; then
+if test -d "$srcdir/{arch}" || test -d "$srcdir/.svn"; then
set_more_warnings=yes
else
set_more_warnings=no