From 80e05d43442131fde2267c0cc08210a52d968980 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Mon, 28 Oct 2019 11:23:57 +1030 Subject: [PATCH] configure: fix FreeBSD which has sqlite3 in /usr/local Fixes: #3080 Signed-off-by: Rusty Russell --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 88d7af456c3a..0d28929502a8 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 <