X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=c36a9fdf10a078b4f8edbdcef0367313efe0cdfd;hp=ff5a57ea8d8de2601eeb23e4a7604092feff035a;hb=78d75878ba59e55d36205d78d98be26496e112c1;hpb=afb6113ffba9d494ec90d773aed3e83acd299473 diff --git a/configure.ac b/configure.ac index ff5a57e..c36a9fd 100644 --- a/configure.ac +++ b/configure.ac @@ -45,8 +45,6 @@ AM_MAINTAINER_MODE([enable]) # Enable silent rules by default AM_SILENT_RULES([yes]) -AC_REQUIRE_AUX_FILE([tap-driver.sh]) - AH_TEMPLATE([CONFIG_RCU_SMP], [Enable SMP support. With SMP support enabled, uniprocessors are also supported. With SMP support disabled, UP systems work fine, but the behavior of SMP systems is undefined.]) AH_TEMPLATE([CONFIG_RCU_TLS], [TLS provided by the compiler.]) AH_TEMPLATE([CONFIG_RCU_HAVE_CLOCK_GETTIME], [clock_gettime() is detected.])