summaryrefslogtreecommitdiff
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-20 22:14:46 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-02-20 22:14:46 +0000
commit0c494b31d5bc9617b2b8e047a1011fc2edbe7c8d (patch)
tree6278000b0120a770484a7a8f42f388edbc22f446 /x11/XFree86-4
parentThe Dore' graphics toolkit. This thing is a monster, but the examples (diff)
Correct a typo which caused the W32 server always to be installed
Notes
Notes: svn path=/head/; revision=1010
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 3cbbd40ebe91..6c7d84ec2671 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
- echo "#define ServerToInstall XF86_$i" >>$F
+ echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END