summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"])