From 8a6bd1988628fa76e658b29f8739181d9d438384 Mon Sep 17 00:00:00 2001 From: rnordier Date: Thu, 8 Oct 1998 09:18:52 +0000 Subject: Don't insist on finding crt0.o and friends. --- lang/TenDRA/scripts/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lang/TenDRA') diff --git a/lang/TenDRA/scripts/configure b/lang/TenDRA/scripts/configure index 0f40221..b3013ca 100644 --- a/lang/TenDRA/scripts/configure +++ b/lang/TenDRA/scripts/configure @@ -11,8 +11,7 @@ fixlib() shift if [ ! -f $olib/$crt ]; then if [ ! -f $nlib/$crt ]; then - echo "Can't find $crt" >&2 - exit 1 + echo "Warning: Can't find $crt" >&2 else for i in "$@" do -- cgit v1.1