Commit 166d3269 authored by Viliam Mateicka's avatar Viliam Mateicka Committed by Max Kellermann

configure.ac: fixed description to bzip2 compile option

parent 83fc9480
...@@ -176,7 +176,7 @@ dnl ...@@ -176,7 +176,7 @@ dnl
dnl bzip2 dnl bzip2
AC_ARG_ENABLE(bzip2, AC_ARG_ENABLE(bzip2,
AS_HELP_STRING([--enable-bz2], AS_HELP_STRING([--enable-bzip2],
[enable bzip2 archive support (default: disabled)]), [enable bzip2 archive support (default: disabled)]),
enable_bz2=$enableval, enable_bz2=$enableval,
enable_bz2=no) enable_bz2=no)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment