projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e24214
)
Disable pcmcia by default until someone fixes it.
author
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 31 Jul 2007 14:04:38 +0000
(14:04 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 31 Jul 2007 14:04:38 +0000
(14:04 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 58a93e228199680e2abfab4040ea56b2fcfa80ec..3b6d13cc9bb7c832c01bbd24b83caea978912d47 100644
(file)
--- 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