From: Frank Mori Hess Date: Wed, 2 Jun 2004 23:30:15 +0000 (+0000) Subject: pcmcia drivers should work under 2.6 now X-Git-Tag: r0_7_69~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=121fc459e1ce378e11653a5c23e3bd356a9fc713;p=comedi.git pcmcia drivers should work under 2.6 now --- diff --git a/configure.ac b/configure.ac index 7eece8ba..d57491ea 100644 --- a/configure.ac +++ b/configure.ac @@ -60,17 +60,7 @@ CC=$LINUX_CC AC_SUBST(COMEDI_CFLAGS) AC_ARG_ENABLE([pcmcia],[ --disable-pcmcia Disable support for PCMCIA devices], - [ENABLE_PCMCIA=$enableval],[ENABLE_PCMCIA="probe"]) -if test "$ENABLE_PCMCIA" = "probe" ; then - if test "x$(echo "$LINUX_KERNELRELEASE" | grep '^2.6')" != x ; then - AC_MSG_NOTICE([Disabling PCMCIA drivers because they haven't been ported to Linux-2.6]) - ENABLE_PCMCIA=no - else - AC_MSG_NOTICE([moo]) - ENABLE_PCMCIA=yes - fi - -fi + [ENABLE_PCMCIA=$enableval],[ENABLE_PCMCIA="yes"]) if test "$ENABLE_PCMCIA" = "yes" ; then AS_LINUX_CONFIG_OPTION_MODULE(CONFIG_PCMCIA) else