From f2d8894d7a26d1e37847ec121aae64b9519730f2 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 31 Jul 2007 14:04:38 +0000 Subject: [PATCH] Disable pcmcia by default until someone fixes it. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 58a93e22..3b6d13cc 100644 --- a/configure.ac +++ b/configure.ac @@ -68,6 +68,8 @@ CC=$LINUX_CC AC_SUBST(COMEDI_CFLAGS) COMEDI_CHECK_PCMCIA_PROBE([$LINUX_DIR], [ENABLE_PCMCIA="yes"], [ENABLE_PCMCIA="no"]) +#disable pcmcia by default until someone updates it to current kernel api +ENABLE_PCMCIA="no" AC_ARG_ENABLE([pcmcia],[ --disable-pcmcia Disable support for PCMCIA devices], [ENABLE_PCMCIA=$enableval],[]) if test "$ENABLE_PCMCIA" = "yes" ; then -- 2.26.2