diff options
author | tron <tron@pkgsrc.org> | 2000-08-07 08:08:50 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-07 08:08:50 +0000 |
commit | 51bd7b96de1e98aaae5de262473109aa8574122c (patch) | |
tree | ffb4782657a878adefb0df951db3bd77b5a90d26 /x11/kdebase | |
parent | b250c1df32fec4cca1a94595fdaaa3074c9519c4 (diff) | |
download | pkgsrc-51bd7b96de1e98aaae5de262473109aa8574122c.tar.gz |
Make sure that "HasXdmAuth" is really defined before checking its value.
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/files/Imakefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |