summaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-06-18 20:50:30 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-06-18 20:50:30 +0000
commit3bfc47f3b069a1703a93e8ef15e1c655885e1b54 (patch)
treeae64c5201c37bcb8cb63253560b630025fb7e2d1 /x11-servers/XFree86-4-Server
parentUpdate star port from version 1.0 to 1.1 (diff)
Add another informative message: the VGA16 server is required when using
XF86Setup to set the initial configuration.
Notes
Notes: svn path=/head/; revision=7001
Diffstat (limited to 'x11-servers/XFree86-4-Server')
-rw-r--r--x11-servers/XFree86-4-Server/scripts/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure
index 2d2133259ca0..d5d693bbfbc7 100644
--- a/x11-servers/XFree86-4-Server/scripts/configure
+++ b/x11-servers/XFree86-4-Server/scripts/configure
@@ -49,6 +49,10 @@ cat <<END
by only compiling the server you will be using. It will also save you
considerable compile time.
END
+if [ X$tkversion != X ]; then
+ echo "*** If you want to use XF86Setup to set the INITIAL configuration,"
+ echo "*** then you must build the VGA server"
+fi
# force the compilation of the SVGA server.
echo "#undef XF86SVGAServer" >>$F
echo "#define XF86SVGAServer YES" >>$F