X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=configure.in;h=da52275d164d3a38644b4412a0339593869c7381;hb=8238838b5b280732e461d4c46bcce3c2276a1335;hp=4c28a2ad01029841d6486785ae0041e390fd274d;hpb=91be43e89170a04a5da13f03a6d08f1be29ab266;p=librfid 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.]) ])