Commit e3129ef4323a8a0b6ecc0a711d5f5d1ca5fd0c56
1 parent
bbabbc20
Fix typo in doc for configure
Showing
3 changed files
with
3 additions
and
4 deletions
autofiles.sums
| 1 | -f0057d67ba676a48d07264f6c9a947c59c36dee48dbd6c41903d5f03c586a9cf configure.ac | |
| 1 | +1644769c53aa0f44d2957ec4da300da1b184452abbf5bd3c280bcd01958d5c04 configure.ac | |
| 2 | 2 | 35bc5c645dc42d47f2daeea06f8f3e767c8a1aee6a35eb2b4854fd2ce66c3413 m4/ax_random_device.m4 |
| 3 | 3 | 37f8897d5f68d7d484e5457832a8f190ddb7507fa2a467cb7ee2be40a4364643 m4/libtool.m4 |
| 4 | 4 | e77ebba8361b36f14b4d0927173a034b98c5d05049697a9ded84d85eb99a7990 m4/ltoptions.m4 | ... | ... |
configure
| ... | ... | @@ -1451,8 +1451,7 @@ Optional Features: |
| 1451 | 1451 | --enable-html-doc whether to build HTML documents |
| 1452 | 1452 | --enable-pdf-doc whether to build PDF documents |
| 1453 | 1453 | --enable-validate-doc whether to validate xml document source |
| 1454 | - --enable-doc-maintenance | |
| 1455 | - if set, build static fuzzers for oss-fuzz | |
| 1454 | + --enable-oss-fuzz if set, build static fuzzers for oss-fuzz | |
| 1456 | 1455 | |
| 1457 | 1456 | Optional Packages: |
| 1458 | 1457 | --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] | ... | ... |
configure.ac
| ... | ... | @@ -503,7 +503,7 @@ AC_ARG_ENABLE(validate-doc, |
| 503 | 503 | |
| 504 | 504 | AC_SUBST(OSS_FUZZ) |
| 505 | 505 | AC_ARG_ENABLE(oss-fuzz, |
| 506 | - AS_HELP_STRING([--enable-doc-maintenance], | |
| 506 | + AS_HELP_STRING([--enable-oss-fuzz], | |
| 507 | 507 | [if set, build static fuzzers for oss-fuzz]), |
| 508 | 508 | [if test "$enableval" = "yes"; then |
| 509 | 509 | OSS_FUZZ=1; | ... | ... |