summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c853749dda..0a30e5ee86 100755
--- a/configure
+++ b/configure
@@ -1871,7 +1871,7 @@ for i in $_language ; do
done
test -z "$_language" && _language=en
for i in $LANGUAGES ; do
- if test -f "DOCS/$i/mplayer.1" ; then
+ if test -f "DOCS/man/$i/mplayer.1" ; then
LANGUAGES=`echo $LANGUAGES | sed "s/$i *//2" | sed 's/ *$//'`
else
LANGUAGES=`echo $LANGUAGES | sed "s/$i *//g" | sed 's/ *$//'`