From: Martin Mares Date: Tue, 12 Apr 2005 21:46:17 +0000 (+0000) Subject: Removed the old configuration mechanism. X-Git-Tag: holmes-import~793 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=6b60849d07eea825094ae75d2b5a36a820d47e87;p=libucw.git Removed the old configuration mechanism. --- diff --git a/build/check-customs b/build/check-customs index 01d7a9a3..86fa5edc 100755 --- a/build/check-customs +++ b/build/check-customs @@ -19,7 +19,7 @@ function try echo " CANNOT CONFIGURE" exit 1 fi - if ! make NEWCONFIG=1 >>log 2>&1 ; then + if ! make >>log 2>&1 ; then echo " FAILED" exit 1 fi