From 85f1d75f8d31ba1c9ce51bf2e8329cd122cc9eb8 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 25 Aug 2003 14:10:43 +0000 Subject: [PATCH] fix automake conditional foo git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12634 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/appl/xnlock/Makefile.am b/appl/xnlock/Makefile.am index e94e43a93..2b62bfe81 100644 --- a/appl/xnlock/Makefile.am +++ b/appl/xnlock/Makefile.am @@ -8,7 +8,6 @@ WFLAGS += $(WFLAGS_NOIMPLICITINT) if HAVE_X -CHECK_LOCAL = no-check-local bin_PROGRAMS = xnlock else @@ -17,7 +16,7 @@ bin_PROGRAMS = endif -CHECK_LOCAL = +CHECK_LOCAL = no-check-local man_MANS = xnlock.1