]> mj.ucw.cz Git - libucw.git/commitdiff
check-configs: Enable CONFIG_LOCAL, otherwise tests cannot work
authorMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 12:31:36 +0000 (13:31 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 18 Feb 2012 12:31:36 +0000 (13:31 +0100)
debug/check-configs

index 81cdc2aff3c95c2605bea4f7c77abff9a75c8a9b..90799016bc4ba209f2464ffb8f87429830fdc956 100755 (executable)
@@ -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