diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-07 08:41:09 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@osg.samsung.com> | 2016-01-07 08:43:42 +0100 |
commit | 33975599145e6239bec604c8f9e662930cdc96af (patch) | |
tree | aa16fe83f5eb37b0f04888286f9d52b899789c53 /configure.ac | |
parent | 9de3520c876825d45e4ec5d7882671f1ed775023 (diff) | |
download | efl-33975599145e6239bec604c8f9e662930cdc96af.tar.gz |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |