mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-08 17:24:06 +00:00
Fix typo in doc for configure
This commit is contained in:
parent
bbabbc2076
commit
e3129ef432
@ -1,4 +1,4 @@
|
||||
f0057d67ba676a48d07264f6c9a947c59c36dee48dbd6c41903d5f03c586a9cf configure.ac
|
||||
1644769c53aa0f44d2957ec4da300da1b184452abbf5bd3c280bcd01958d5c04 configure.ac
|
||||
35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4
|
||||
37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4
|
||||
e77ebba8361b36f14b4d0927173a034b98c5d05049697a9ded84d85eb99a7990 m4/ltoptions.m4
|
||||
|
3
configure
vendored
3
configure
vendored
@ -1451,8 +1451,7 @@ Optional Features:
|
||||
--enable-html-doc whether to build HTML documents
|
||||
--enable-pdf-doc whether to build PDF documents
|
||||
--enable-validate-doc whether to validate xml document source
|
||||
--enable-doc-maintenance
|
||||
if set, build static fuzzers for oss-fuzz
|
||||
--enable-oss-fuzz if set, build static fuzzers for oss-fuzz
|
||||
|
||||
Optional Packages:
|
||||
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user