From 08fc63059491cb86bc086a3019f6d2886042f5ba Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 14 Feb 2005 13:52:00 +0000 Subject: [PATCH] Fix a typo Fixed a typo in the last change for --enable-resmgr. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,, -- 2.47.1