From f426cfc6ba803fbe0d771636bd38527fee2e9735 Mon Sep 17 00:00:00 2001 From: Mark Cannon Date: Tue, 30 Aug 2011 17:55:53 -0400 Subject: [PATCH] disambiguate bzip error in configure --- autoconf/m4/bzip.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/m4/bzip.m4 b/autoconf/m4/bzip.m4 index 2f0dfc6490..882f3987b2 100644 --- a/autoconf/m4/bzip.m4 +++ b/autoconf/m4/bzip.m4 @@ -16,7 +16,7 @@ AC_DEFUN([SM_BZIP], if test "$have_bzip" = "no"; then echo "*** bzip is required to build StepMania; please make sure" - echo "*** that bzip is installed to continue the installation process." + echo "*** that libbz2 is installed to continue the installation process." exit 0; fi