From: Ian Abbott Date: Tue, 15 Jul 2008 12:42:15 +0000 (+0000) Subject: Corrected previous correction for PCMCIA test (silly typo). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0bbfbf7b5b882d4748c8a4428ad021b8914fc90d;p=comedi.git Corrected previous correction for PCMCIA test (silly typo). --- diff --git a/configure.ac b/configure.ac index 0673d8ae..7b056f07 100644 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ AM_CONDITIONAL([CONFIG_COMEDI_PCI],[test "$USE_PCI" = "yes"]) COMEDI_CHECK_PCMCIA_PROBE([$LINUX_SRC_DIR], [AS_CHECK_LINUX_CONFIG_OPTION([CONFIG_PCMCIA], - [HAVE_PCMCIA="yes"][HAVE_PCMCIA="yes"],[HAVE_PCMCIA="no"])], + [HAVE_PCMCIA="yes"],[HAVE_PCMCIA="yes"],[HAVE_PCMCIA="no"])], [HAVE_PCMCIA="no"]) AM_CONDITIONAL([CONFIG_PCMCIA],[test "$HAVE_PCMCIA" = "yes"]) AC_ARG_ENABLE([pcmcia],[ --disable-pcmcia Disable support for PCMCIA devices], @@ -104,7 +104,7 @@ if test "$HAVE_PCMCIA" = "yes" ; then fi else if test "$ENABLE_PCMCIA" = "yes" ; then - AC_MSG_ERROR([Kernel does not support PCMCIA or its API is not suported by Comedi]) + AC_MSG_ERROR([Kernel does not support PCMCIA or its API is not supported by Comedi]) fi USE_PCMCIA="no" fi