From aab25b804f3ff519efe88b390650ee7cc1346f5d Mon Sep 17 00:00:00 2001 From: ploetz Date: Wed, 14 Feb 2007 23:06:42 +0000 Subject: Simplify compile options (either --enable-ccid or --enable-openct implies --enable-reader-cm5121, so that is not needed as an explicit option) (Andreas Jellinghaus ) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1977 e0336214-984f-0b4b-a45f-81c69e1f0ede --- configure.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.in') 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.]) ]) -- cgit v1.2.3