Fix text string to show bz2 rather than rar.

This commit is contained in:
Avuton Olrich 2008-12-27 09:49:27 -08:00
parent cc3b6c2f5b
commit dc0f779287

View File

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