disambiguate bzip error in configure

This commit is contained in:
Mark Cannon
2011-08-30 17:55:53 -04:00
parent 9153e80769
commit f426cfc6ba
+1 -1
View File
@@ -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