Check for .git as well as .svn when autosetting -Werror

This commit is contained in:
Bill Currie 2009-12-24 07:46:28 +00:00 committed by Jeff Teunissen
parent cb5bd43d4c
commit fb5b0dc5c3

View file

@ -1348,7 +1348,7 @@ dnl ==================================================================
dnl Misc checks
dnl ==================================================================
if test -d $srcdir/.svn; then
if test -d $srcdir/.svn -o -d $srcdir/.git; then
cvs_def_enabled="!= xno"
cvs_def_disabled="= xyes"
else