diff options
Diffstat (limited to 'x11/XFree86-4-libraries/scripts/configure')
-rw-r--r-- | x11/XFree86-4-libraries/scripts/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/XFree86-4-libraries/scripts/configure b/x11/XFree86-4-libraries/scripts/configure index 2d2133259ca0..d5d693bbfbc7 100644 --- a/x11/XFree86-4-libraries/scripts/configure +++ b/x11/XFree86-4-libraries/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 |