Skip to content

Commit

Permalink
Suggest users to install bzip2-devel instead of bzip2
Browse files Browse the repository at this point in the history
We use this ('devel support') and similar language as a pattern across
the build pipeline.
  • Loading branch information
isimluk committed Jun 5, 2017
1 parent 0988821 commit 79fba20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ac_probes/configure.ac.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ AC_SUBST([vgcheck])

if test "x${util_oscap_docker}" = "xyes"; then
if test ! "x${HAVE_BZIP2}" = xyes; then
AC_MSG_FAILURE(oscap-docker requires bzip2! Either disable oscap-docker or install bzip2.)
AC_MSG_FAILURE(oscap-docker requires bzip2! Either disable oscap-docker or install bzip2 development support.)
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ AC_SUBST([vgcheck])

if test "x${util_oscap_docker}" = "xyes"; then
if test ! "x${HAVE_BZIP2}" = xyes; then
AC_MSG_FAILURE(oscap-docker requires bzip2! Either disable oscap-docker or install bzip2.)
AC_MSG_FAILURE(oscap-docker requires bzip2! Either disable oscap-docker or install bzip2 development support.)
fi
fi

Expand Down

0 comments on commit 79fba20

Please sign in to comment.