summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-18 15:20:23 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-18 15:20:38 +0200
commite3129ef4323a8a0b6ecc0a711d5f5d1ca5fd0c56 (patch)
tree4268e29a3def7e6caab5784e9fabd9706afd7247 /configure.ac
parentbbabbc2076d2cfa9b3db35c835a8bdcdb019d261 (diff)
downloadqpdf-e3129ef4323a8a0b6ecc0a711d5f5d1ca5fd0c56.tar.zst
Fix typo in doc for configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4dd3e329..75993fdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -503,7 +503,7 @@ AC_ARG_ENABLE(validate-doc,
AC_SUBST(OSS_FUZZ)
AC_ARG_ENABLE(oss-fuzz,
- AS_HELP_STRING([--enable-doc-maintenance],
+ AS_HELP_STRING([--enable-oss-fuzz],
[if set, build static fuzzers for oss-fuzz]),
[if test "$enableval" = "yes"; then
OSS_FUZZ=1;