configure.ac: fixed description to bzip2 compile option

This commit is contained in:
Viliam Mateicka 2008-12-27 19:44:58 +01:00 committed by Max Kellermann
parent 83fc948008
commit 166d326950
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ dnl
dnl bzip2
AC_ARG_ENABLE(bzip2,
AS_HELP_STRING([--enable-bz2],
AS_HELP_STRING([--enable-bzip2],
[enable bzip2 archive support (default: disabled)]),
enable_bz2=$enableval,
enable_bz2=no)