Remove another subversive reference.

This commit is contained in:
Bill Currie 2011-04-22 15:53:29 +09:00
parent 2a2a431431
commit 86703744ff

View file

@ -26,6 +26,6 @@ AC_MSG_RESULT([
if test -d $srcdir/.git; then
echo "WARNING: Hackers at work, watch for falling bits of code."
echo "(This is from a development subversion tree. Expect problems)"
echo "(This is from a development git tree. Expect problems)"
echo
fi