diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-25 20:04:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-04-25 20:04:08 +0200 |
commit | 64d8efa4f3abe4257120b85fb4d4a063d96edbfc (patch) | |
tree | d2cde0ad7b59c5f6acbf3c6792118ad3fda28fbf /configure.ac | |
parent | 541f6c214762cceb348f9657258c3db758ea667f (diff) |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
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 =========================== |