From 64d8efa4f3abe4257120b85fb4d4a063d96edbfc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 25 Apr 2014 20:04:08 +0200 Subject: Use old 'velocity groups' algorithm on version 1.0 instruments and new 'power distribution' algorithm on 2.0 instruments. Remove 'with-experimental' option from configure. --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 58b4eac..b1de420 100644 --- a/configure.ac +++ b/configure.ac @@ -30,12 +30,6 @@ if test x$with_debug == xyes; then fi CXXFLAGS="$CXXFLAGS $HUGIN_PARM" -AC_ARG_WITH(experimental, [ --with-experimental Build with experimental features]) -if test x$with_experimental == xyes; then - AC_MSG_WARN([*** Building with experimental support!]) - CXXFLAGS="$CXXFLAGS -DEXPERIMENTAL" -fi - dnl =========================== dnl Check for GUI backend dnl =========================== -- cgit v1.2.3