diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-13 08:09:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-13 08:09:33 +0000 |
commit | d16c6e06e24c3b11c417d381a77b1206f1608085 (patch) | |
tree | 65efb54bc21caa8797cb2033fd05a02874380160 /x11-servers/XFree86-4-Server | |
parent | Fix ldap handling. (diff) |
Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!
Notes
Notes:
svn path=/head/; revision=26792
Diffstat (limited to 'x11-servers/XFree86-4-Server')
-rw-r--r-- | x11-servers/XFree86-4-Server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile index f052fa7d1767..d7cf735cf4ae 100644 --- a/x11-servers/XFree86-4-Server/Makefile +++ b/x11-servers/XFree86-4-Server/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 |