summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
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 ===========================