[build] Remove hacker warning

The novelty has rather worn off, I think, and the message has long since
lost its meaning. Sure things still break sometimes, but I've been
trying to keep at least the master branch functional at all times, and
even dev branches.
This commit is contained in:
Bill Currie 2023-12-03 17:23:54 +09:00
parent 1a83fe21c1
commit b001bf20c0

View file

@ -24,9 +24,3 @@ AC_MSG_RESULT([
libWildMidi Support : $HAVE_WILDMIDI
XDG support : $HAVE_XDG
])
if test -d $srcdir/.git; then
echo "WARNING: Hackers at work, watch for falling bits of code."
echo "(This is from a development git tree. Expect problems)"
echo
fi