From 87813890f09c1e1ac16f617e8baf7d523e971381 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 12 Feb 2007 16:56:24 -0500 Subject: add more warnings when building from git --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3