From: Martin Mares Date: Sat, 18 Feb 2012 12:31:36 +0000 (+0100) Subject: check-configs: Enable CONFIG_LOCAL, otherwise tests cannot work X-Git-Tag: v5.0~31 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b67aef8f91d61eba581ae844e51d1958ffd9f563;p=libucw.git check-configs: Enable CONFIG_LOCAL, otherwise tests cannot work --- 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