summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-13 11:02:11 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-13 11:02:11 +0100
commit921cb4648308fc66f17fa99ec65d6d9c67be9093 (patch)
tree6e394d514b4adcdbd43b4e5566cdba2c5c727e66
parentabc8689a96db70297aeec7088eab7005dc1a907d (diff)
downloadcppunit-921cb4648308fc66f17fa99ec65d6d9c67be9093.tar.gz
no need for optional features now that we require C++11
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 9dd6aca..14d8c01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,18 +73,6 @@ AC_SUBST(LT_AGE)
# Check for cflags
# ================
-# ================================================================
-# Check if optional features should be enabled (requires c++11)
-# ================================================================
-
-AC_ARG_ENABLE(optional_features,
- [AS_HELP_STRING([--enable-optional-features], [Build with some optional features requiring C++11 support.])],
- [enable_optional="$enableval"],
- [enable_optional=yes]
-)
-
-AM_CONDITIONAL([WITH_OPTIONAL_FEATURES], [test "x$enable_optional" != "xno"])
-
# =====
# Debug
# =====
@@ -166,6 +154,5 @@ Build configuration:
debug: ${enable_debug}
docs: ${enable_doc}
werror: ${enable_werror}
- optional-features: ${enable_optional}
==============================================================================
])