diff --git a/configure.ac b/configure.ac index 4f08d71f0..de3043020 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,6 @@ dnl Darwin 9 has dtrace, but it doesn't support compilation into ELF... if test "x$WDTRACE" = xauto; then case $host_os in darwin*) WDTRACE="no" ;; - *) WDTRACE="yes" ;; esac fi if test "x$WDTRACE" = "xyes" -o "x$WDTRACE" = "xauto" ; then