Fix --enable-mch also disabling MCS
commit4399e3300fb853d02a31bd8e7fa29e679379536b
authorJonas Fonseca <fonseca@diku.dk>
Tue, 25 Mar 2008 10:55:53 +0000 (25 11:55 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 25 Mar 2008 10:55:53 +0000 (25 11:55 +0100)
treefa46d5625f46049121ed635d0b9778e18483e6a3
parentfef1a9b26b1c72d01e7c354fc831b03297c61820
Fix --enable-mch also disabling MCS

Explicitly check $enable_mc[hs] instead of the generic $enableval, since
the latter is only updated before the checks if it was specified on the
command line.
configure.in