diff -r 67122a315e79 -r 28b247535e18 common/autoconf/basics.m4 --- a/common/autoconf/basics.m4 Wed Feb 07 10:39:09 2018 -0800 +++ b/common/autoconf/basics.m4 Sun Mar 18 15:15:36 2018 -0700 @@ -740,12 +740,4 @@ else IS_RECONFIGURE=no fi - - if test -e $SRC_ROOT/build/.hide-configure-performance-hints; then - HIDE_PERFORMANCE_HINTS=yes - else - HIDE_PERFORMANCE_HINTS=no - # Hide it the next time around... - $TOUCH $SRC_ROOT/build/.hide-configure-performance-hints > /dev/null 2>&1 - fi ])