X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=configure.in;h=959731134ce6ce13e160ce5c23be214906413d7d;hp=aebd9856c94214a4fa1752b06da2356f63a6de63;hb=ade814a59b4660c5af865dd86cdd48cfa55e1ae5;hpb=b013bcb0bb63ea0aca155f2959ea9f7f38324b8d diff --git a/configure.in b/configure.in index aebd985..9597311 100644 --- a/configure.in +++ b/configure.in @@ -23,21 +23,6 @@ else AC_MSG_ERROR([libusb-1.0 not found.]) fi -ENABLE_ASYNC_MODE=0 -AC_ARG_WITH(async-mode, -[ --with-async-mode enable experimental async mode. Linux only.], -[ - AC_MSG_CHECKING(for experimental linux async mode) - if test "$withval" != "no"; then - ENABLE_ASYNC_MODE=1 - CFLAGS="$CFLAGS -DLIBFTDI_LINUX_ASYNC_MODE" - AC_MSG_RESULT(yes) - else - AC_MSG_RESULT(no) - fi -]) -AC_SUBST(ENABLE_ASYNC_MODE) - AC_ARG_WITH(examples, AS_HELP_STRING([--without-examples], [disable example programs])) AM_CONDITIONAL(BUILD_EXAMPLES, [test "x$with_examples" != "xno"])