From 1cda9fe749636484b1328e694a8dbbe4f9d0c31d Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 8 Nov 2017 12:07:25 -0500 Subject: [PATCH] build: improve configure accessibility 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 --- configure.ac | 21 --------------------- 1 file changed, 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