summaryrefslogtreecommitdiff
path: root/x11/kdebase
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-08-07 08:08:50 +0000
committertron <tron@pkgsrc.org>2000-08-07 08:08:50 +0000
commit51bd7b96de1e98aaae5de262473109aa8574122c (patch)
treeffb4782657a878adefb0df951db3bd77b5a90d26 /x11/kdebase
parentb250c1df32fec4cca1a94595fdaaa3074c9519c4 (diff)
downloadpkgsrc-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/Imakefile4
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