summaryrefslogtreecommitdiffstats
path: root/lang/TenDRA
diff options
context:
space:
mode:
authorrnordier <rnordier@FreeBSD.org>1998-10-08 09:18:52 +0000
committerrnordier <rnordier@FreeBSD.org>1998-10-08 09:18:52 +0000
commit8a6bd1988628fa76e658b29f8739181d9d438384 (patch)
tree9d583d019255b7ed9aba517cc0c6124004234de6 /lang/TenDRA
parentf8652f7b2544b3c0805c82ebe28e63552f1f7e3e (diff)
downloadFreeBSD-ports-8a6bd1988628fa76e658b29f8739181d9d438384.zip
FreeBSD-ports-8a6bd1988628fa76e658b29f8739181d9d438384.tar.gz
Don't insist on finding crt0.o and friends.
Diffstat (limited to 'lang/TenDRA')
-rw-r--r--lang/TenDRA/scripts/configure3
1 files changed, 1 insertions, 2 deletions
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
OpenPOWER on IntegriCloud