mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-08 10:21:40 +00:00
[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:
parent
1a83fe21c1
commit
b001bf20c0
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue