summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 78bcb32..d643d1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -142,8 +142,7 @@ dnl ---------------------------------------------------------------------------
AC_ARG_ENABLE(more-warnings,
AC_HELP_STRING([--enable-more-warnings], [Maximum compiler warnings]),
set_more_warnings="$enableval",[
-if test -d $srcdir/CVS; then
- is_cvs_version=true
+if test -d $srcdir/.git; then
set_more_warnings=yes
else
set_more_warnings=no