projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be8e2be
)
Fix indentation of --fuzz description.
author
Fabian Keil
<fk@fabiankeil.de>
Fri, 7 Aug 2020 13:27:09 +0000
(15:27 +0200)
committer
Fabian Keil
<fk@fabiankeil.de>
Mon, 10 Aug 2020 14:39:51 +0000
(16:39 +0200)
Sponsored by: Robert Klemme
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
64738f9
..
3905971
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1021,7
+1021,7
@@
AC_SUBST(FEATURE_CLIENT_TAGS_ONLY)
FUZZ_ONLY="#"
AC_ARG_ENABLE(fuzz,
-[ --enable-fuzz Enable code that makes fuzzing more convenient],
+[ --enable-fuzz
Enable code that makes fuzzing more convenient],
[if test $enableval = yes; then
FUZZ_ONLY=""
AC_DEFINE(FUZZ,1,[Define to make fuzzing more convenient.])