build: if we have this option we at least need to make sure the docs are matching

Putting aside the question if we need or want this option we should make sure
people at least have correctly updated documentation. We switched the option to
..abb but not the docs.
This commit is contained in:
Stefan Schmidt 2016-01-07 08:41:09 +01:00
parent 9de3520c87
commit 3397559914
1 changed files with 1 additions and 1 deletions

View File

@ -5566,7 +5566,7 @@ if test -n "$CFOPT_WARNING"; then
echo "_____________________________________________________________________"
if test -n "$BARF_OK"; then
echo "Please add the following option to acknowledge this:"
echo " --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba"
echo " --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb"
echo "_____________________________________________________________________"
rm -f Makefile
exit 1