summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-06 20:33:54 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-06 20:33:54 +0000
commiteea213ffdb3f2dc59cc8962acfa2beda80658585 (patch)
treedd79f0898525dc68e6041895cf41464004955af4 /x11-servers
parentwhitespace fix. (diff)
xfs does not have connection with Wraphelp.c
Notes
Notes: svn path=/head/; revision=52665
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XFree86-4-FontServer/scripts/configure23
1 files changed, 1 insertions, 22 deletions
diff --git a/x11-servers/XFree86-4-FontServer/scripts/configure b/x11-servers/XFree86-4-FontServer/scripts/configure
index 50016982c483..a6a53f321679 100644
--- a/x11-servers/XFree86-4-FontServer/scripts/configure
+++ b/x11-servers/XFree86-4-FontServer/scripts/configure
@@ -58,28 +58,7 @@ configure () {
echo "#define InstallFSConfig $InstallFSConfig" >> $LOCALDEF
echo "#define FreeBSDBuildXfs YES" >> $LOCALDEF
- # Check Wraphelp.c
- WH=$WRKDIR/xc/lib/Xdmcp/Wraphelp.c
- cpwh=NO
- if [ -f $WH ] ; then
- cpwh=SOURCE
- elif [ -f $DISTDIR/xc/Wraphelp.c ] ; then
- cpwh=$DISTDIR/xc/Wraphelp.c
- else
- echo "==> Warnning: Wraphelp.c not found, DES support NOT enabled."
- fi
- if [ X$cpwh != XNO -a X$cpwh != XSOURCE ]; then
- tr -d '\r' < $cpwh > $WH
- fi
-
- # Copy ORIGDEF to DESTDEF
- rm -f $DESTDEF
- if [ $cpwh = NO ] ; then
- grep -v '#define.*HasXdmAuth' $ORIGDEF >> $DESTDEF
- echo "#define HasXdmAuth NO" >> $DESTDEF
- else
- cp -f $ORIGDEF $DESTDEF
- fi
+ cp -f $ORIGDEF $DESTDEF
# copy generated config to host.def
cp -f $LOCALDEF $HOSTDEF