From b67aef8f91d61eba581ae844e51d1958ffd9f563 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 18 Feb 2012 13:31:36 +0100 Subject: [PATCH] check-configs: Enable CONFIG_LOCAL, otherwise tests cannot work --- debug/check-configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/check-configs b/debug/check-configs index 81cdc2af..90799016 100755 --- a/debug/check-configs +++ b/debug/check-configs @@ -29,7 +29,7 @@ function try cd $TDIR exec 3>&2 >>log 2>&1 case $CONFIG in - *) ../../configure $CONFIG $ARGS || die "CANNOT CONFIGURE" + *) ../../configure $CONFIG CONFIG_LOCAL $ARGS || die "CANNOT CONFIGURE" ;; esac make $MAKEOPTS || die FAILED -- 2.39.2