From b001bf20c02346ac932ca1e8dd0b5c46036b552c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 3 Dec 2023 17:23:54 +0900 Subject: [PATCH] [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. --- config.d/result.m4 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config.d/result.m4 b/config.d/result.m4 index 7bb199947..5157596ff 100644 --- a/config.d/result.m4 +++ b/config.d/result.m4 @@ -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