summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorploetz <ploetz@e0336214-984f-0b4b-a45f-81c69e1f0ede>2007-02-14 23:06:42 +0000
committerploetz <ploetz@e0336214-984f-0b4b-a45f-81c69e1f0ede>2007-02-14 23:06:42 +0000
commitaab25b804f3ff519efe88b390650ee7cc1346f5d (patch)
tree91a029bb6aaa7a4ebd95a6967bce817ff5dda2c6 /configure.in
parent65eef7a9742097179ea52341130424b2f3139a55 (diff)
Simplify compile options (either --enable-ccid or --enable-openct implies --enable-reader-cm5121, so that is not needed as an explicit option) (Andreas Jellinghaus <aj@dungeon.inka.de>)
git-svn-id: https://svn.gnumonks.org/trunk/librfid@1977 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 4c28a2a..da52275 100644
--- a/configure.in
+++ b/configure.in
@@ -51,12 +51,6 @@ AC_ARG_ENABLE(firmware,
[ENABLE_FIRMWARE=1], [ENABLE_FIRMWARE=0])
AM_CONDITIONAL(ENABLE_FIRMWARE, test "$ENABLE_FIRMWARE" == "1")
-AC_ARG_ENABLE(reader-cm5x21,
- [ --enable-reader-cm5x21 Support for Omnikey Cardman 5121/5321],
- [ENABLE_CM5121=1], [ENABLE_CM5121=0])
-AM_CONDITIONAL(ENABLE_CM5121, test "$ENABLE_CM5121" == "1")
-
-
AC_ARG_WITH()
#AC_CHECK_HEADERS(usb.h, [have_libusb="yes"], [ AC_MSG_WARN([usb.h not found, use --enable-libusb=PATH. Otherwise, INDI will compile without Apogee USB support.]) ])
personal git repositories of Harald Welte. Your mileage may vary