From 010e59b2b2c7428c6be5f55d173b2cc31e60ee58 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 8 Mar 2005 00:26:31 +0000 Subject: use defined() instead of !empty() --- lang/tcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang') diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index f630b528ac3..162a99e1040 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2005/03/06 18:20:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.48 2005/03/08 00:26:31 dmcmahill Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -48,7 +48,7 @@ CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl" .endif .endif -.if !empty(ABI) && ${ABI} == "64" +.if defined(ABI) && ${ABI} == "64" CONFIGURE_ARGS+= --enable-64bit .endif -- cgit v1.2.3