diff options
author | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-11-08 12:07:25 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@osg.samsung.com> | 2017-11-08 12:07:25 -0500 |
commit | 1cda9fe749636484b1328e694a8dbbe4f9d0c31d (patch) | |
tree | a1dbe43ef30685e14fc30e70af98b59981a05ec2 | |
parent | e99183c33b734a7914e9934cbbe972fd094f226c (diff) |
build: improve configure accessibilitygst
as decided by unanimous vote, the community does not want builds to pause or
stop when various features are disabled. warnings for disabling features have
been left intact
ref V30
@feature
-rw-r--r-- | configure.ac | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/configure.ac b/configure.ac index 7ac39ef34a..fe9be24fd9 100644 --- a/configure.ac +++ b/configure.ac @@ -5226,19 +5226,6 @@ AC_ARG_ENABLE([always-build-examples], [want_always_build_examples="no"]) AM_CONDITIONAL([ALWAYS_BUILD_EXAMPLES], [test "${want_always_build_examples}" = "yes"]) -BARF_OK="xno" -# Harfbuzz -AC_ARG_ENABLE([i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb], - [ You will be told when this is needed ], - [ - if test "x${enableval}" = "xyes" ; then - BARF_OK="" - else - BARF_OK="xno" - fi - ], - [ BARF_OK="xno" ]) - #### Ecore_Buffer build_ecore_buffer_x11_dri2="no" build_ecore_buffer_x11_dri3="no" @@ -6111,14 +6098,6 @@ if test -n "$CFOPT_WARNING"; then echo "==-- WARNING --==" echo "" echo "_____________________________________________________________________" - if test -n "$BARF_OK"; then - echo "Please add the following option to acknowledge this:" - echo " --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb" - echo "_____________________________________________________________________" - rm -f Makefile - exit 1 - fi - sleep 10 fi if test "x$prefix" != "x/usr"; then |