Skip to content

Commit

Permalink
BUILD: provide hint for --without-ao option if libao is not available
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Jun 23, 2024
1 parent 663bb33 commit 362f1ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ dnl
AC_DEFUN([AC_AO_REQUIREMENTS],
[
PKG_CHECK_MODULES(AO, ao,[:],[
AC_MSG_ERROR([You need to install libao to build this package.
AC_MSG_ERROR([It is recommended to install libao to build this package.
You can disable libao using the --without-ao configure option.
Debian users: aptitude install libao-dev
])
Expand Down

0 comments on commit 362f1ad

Please sign in to comment.