Commit dc0f7792 authored by Avuton Olrich's avatar Avuton Olrich

Fix text string to show bz2 rather than rar.

parent cc3b6c2f
...@@ -177,7 +177,7 @@ dnl ...@@ -177,7 +177,7 @@ dnl
dnl bzip2 dnl bzip2
AC_ARG_ENABLE(bz2, AC_ARG_ENABLE(bz2,
AS_HELP_STRING([--enable-bz2], AS_HELP_STRING([--enable-bz2],
[enable rar 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