From 6b60849d07eea825094ae75d2b5a36a820d47e87 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 12 Apr 2005 21:46:17 +0000 Subject: [PATCH] Removed the old configuration mechanism. --- build/check-customs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5