summaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
Diffstat (limited to 'x11/XFree86')
-rw-r--r--x11/XFree86/scripts/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index 76a31a32c37b..ad29be1691bc 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -164,9 +164,9 @@ if [ $answ = YES ]; then
if [ -f $WH ] ; then
echo "==> $WH found in source distribution."
- elif [ -f $DISTDIR/Wraphelp.c ] ; then
+ elif [ -f $DISTDIR/xc/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in DISTDIR directory, copying to source tree."
- cpwh=$DISTDIR/Wraphelp.c
+ cpwh=$DISTDIR/xc/Wraphelp.c
elif [ -f $FILESDIR/Wraphelp.c ] ; then
echo "==> Wraphelp.c found in files directory, copying to source tree."
cpwh=$FILESDIR/Wraphelp.c