From 9a61e5a049ea0c9845b9770f1d0a28f47cbb729b Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 7 Aug 2000 08:08:50 +0000 Subject: Make sure that "HasXdmAuth" is really defined before checking its value. --- x11/kdebase/files/Imakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/kdebase') diff --git a/x11/kdebase/files/Imakefile b/x11/kdebase/files/Imakefile index cde53ce9d90..cb9855c2676 100644 --- a/x11/kdebase/files/Imakefile +++ b/x11/kdebase/files/Imakefile @@ -1,6 +1,8 @@ -/* $NetBSD: Imakefile,v 1.1 2000/08/07 07:32:42 tron Exp $ */ +/* $NetBSD: Imakefile,v 1.2 2000/08/07 08:08:50 tron Exp $ */ hasxdmauth: +#ifdef HasXdmAuth #if HasXdmAuth == YES @echo "#define HASXDMAUTH 1" #endif +#endif -- cgit v1.2.3