mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix a typo
Fixed a typo in the last change for --enable-resmgr.
This commit is contained in:
parent
5eb794fe0b
commit
08fc630594
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ dnl Check for resmgr support...
|
|||
AC_MSG_CHECKING(for resmgr support)
|
||||
AC_ARG_ENABLE(resmgr,
|
||||
[ --enable-resmgr support resmgr (optional)],
|
||||
resmgr="$withval", resmgr="no")
|
||||
resmgr="$enableval", resmgr="no")
|
||||
AC_MSG_RESULT($resmgr)
|
||||
if test "$resmgr" = "yes"; then
|
||||
AC_CHECK_LIB(resmgr, rsm_open_device,,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue