]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Fix a typo
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 Feb 2005 13:52:00 +0000 (13:52 +0000)
committerTakashi Iwai <tiwai@suse.de>
Mon, 14 Feb 2005 13:52:00 +0000 (13:52 +0000)
Fixed a typo in the last change for --enable-resmgr.

configure.in

index dccc40ac7f347013c8d62ae5109e757ea4033381..a025f43735327be045bfd676d11dade2524fe4fe 100644 (file)
@@ -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,,