common/autoconf/basics.m4

changeset 2203
28b247535e18
parent 1304
c27cb0ab944f
child 2204
0e87966d7ff1
     1.1 --- a/common/autoconf/basics.m4	Wed Feb 07 10:39:09 2018 -0800
     1.2 +++ b/common/autoconf/basics.m4	Sun Mar 18 15:15:36 2018 -0700
     1.3 @@ -740,12 +740,4 @@
     1.4    else
     1.5      IS_RECONFIGURE=no
     1.6    fi
     1.7 -
     1.8 -  if test -e $SRC_ROOT/build/.hide-configure-performance-hints; then
     1.9 -    HIDE_PERFORMANCE_HINTS=yes
    1.10 -  else
    1.11 -    HIDE_PERFORMANCE_HINTS=no
    1.12 -    # Hide it the next time around...
    1.13 -    $TOUCH $SRC_ROOT/build/.hide-configure-performance-hints > /dev/null 2>&1
    1.14 -  fi
    1.15  ])

mercurial