diff --git a/configure b/configure index 8ecc9700c..91dce80e7 100755 --- a/configure +++ b/configure @@ -230,7 +230,7 @@ fi require 'python3-mako' "You need the mako module for python3: see doc/INSTALL.md" python3 -c 'import mako' rm -f $CONFIG_VAR_FILE.$$ -$CONFIGURATOR --extra-tests --autotools-style --var-file=$CONFIG_VAR_FILE.$$ --header-file=$CONFIG_HEADER --configurator-cc="$CONFIGURATOR_CC" "$CC" ${CWARNFLAGS-$BASE_WARNFLAGS} $CDEBUGFLAGS $COPTFLAGS -I/usr/local/include -L/usr/local/lib <