From: Takashi Iwai Date: Mon, 14 Feb 2005 13:52:00 +0000 (+0000) Subject: Fix a typo X-Git-Tag: v1.0.9rc1~22 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=08fc63059491cb86bc086a3019f6d2886042f5ba;p=alsa-lib.git Fix a typo Fixed a typo in the last change for --enable-resmgr. --- diff --git a/configure.in b/configure.in index dccc40ac..a025f437 100644 --- a/configure.in +++ b/configure.in @@ -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,,