From 779b0dae156531a3dc1e300f49e42f5ac7cc9047 Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 13 Mar 2000 08:09:33 +0000 Subject: Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"! --- x11/XFree86-4-clients/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11/XFree86-4-clients') diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index f052fa7d1767..d7cf735cf4ae 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -35,7 +35,8 @@ SCRIPTS_ENV+= NO_INPUT=yes # can't use USE_X_PREFIX here -- it will cause a circular dependency PREFIX= ${X11BASE} .if defined(DISTRIB) || defined(PACKAGE_BUILDING) -IS_INTERACTIVE= no +#IS_INTERACTIVE is boolean -- "no" is the same as defining it "yes"! +#IS_INTERACTIVE= no .else IS_INTERACTIVE= yes # configure script asks questions .endif -- cgit