summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Matthews <tmatth@videolan.org>2019-03-06 16:18:15 -0500
committerTristan Matthews <tmatth@videolan.org>2019-03-06 16:18:15 -0500
commited238f7a535622b9ca3164efb4331da456108576 (patch)
tree18cc0c095ea1cf15d87f28981025f77ca996fca3
parentf61c6e56258b6c2aed9597bc0f6911f35158db2b (diff)
downloadogg-git-ed238f7a535622b9ca3164efb4331da456108576.tar.gz
configure: drop extra parentheses from --disable-crc help
Reported by Mark Harris
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a1b2136..1803030 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ fi
AC_ARG_ENABLE([crc],
[AS_HELP_STRING([--disable-crc],
- [Disable CRC in the demuxer)])],,
+ [Disable CRC in the demuxer])],,
[enable_crc=yes])
AM_CONDITIONAL([DISABLE_CRC], [test "$enable_crc" = "no"])