From 33975599145e6239bec604c8f9e662930cdc96af Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 7 Jan 2016 08:41:09 +0100 Subject: [PATCH] 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7bcc6bbb93..c213e39faa 100644 --- a/configure.ac +++ b/configure.ac @@ -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