diff -r ca03a6737cb7 -r 72a4e043e67d configure.ac --- a/configure.ac Thu Jan 06 12:47:20 2011 +0100 +++ b/configure.ac Thu Jan 06 13:11:21 2011 +0100 @@ -536,30 +536,6 @@ AC_DEFINE([EC_REGALIAS], [1], [Read alias adresses from register]) fi -#------------------------------------------------------------------------------ -# use mutexes instead of semaphores -#------------------------------------------------------------------------------ - -AC_ARG_ENABLE([mutex], - AS_HELP_STRING([--enable-mutex], - [Use mutex instead of semaphores for mutual exclusion (default: no)]), - [ - case "${enableval}" in - yes) mutex=1 - ;; - no) mutex=0 - ;; - *) AC_MSG_ERROR([Invalid value for --enable-mutex]) - ;; - esac - ], - [mutex=0] -) - -if test "x${mutex}" = "x1"; then - AC_DEFINE([EC_USE_MUTEX], [1], [Use mutex for mutual exclusion]) -fi - #------------------------------------------------------------------------------ # Command-line tool