From 22e8c588324184b777cea9f55ec0fc73b56949b8 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 15 Sep 2013 09:28:15 +0200 Subject: New experimental sample selector (enable using --with-experimental argument on ./configure). --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index cb3c99a..f25441e 100644 --- a/configure.in +++ b/configure.in @@ -30,6 +30,12 @@ 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 Compile LV2 plugin dnl ====================== -- cgit v1.2.3