don't run help_diff on english help

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6290 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-06-03 20:41:39 +00:00
parent 237b5a606f
commit a90a0bc8b4
1 changed files with 4 additions and 2 deletions

6
configure vendored
View File

@ -4340,8 +4340,10 @@ cat > help_mp.h << EOF
#include "$_mp_help"
EOF
echo "Adding untranslated messages to help_mp.h"
./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
if test $_mp_help != "help_mp-en.h"; then
echo "Adding untranslated messages to help_mp.h"
./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
fi
#############################################################################