Mercurial > mplayer.hg
changeset 6289:fdf1f9fb5a6a
don't run help_diff on english help
author | arpi |
---|---|
date | Mon, 03 Jun 2002 20:41:39 +0000 |
parents | 7336fdaff773 |
children | b1209b379622 |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Jun 03 20:32:14 2002 +0000 +++ b/configure Mon Jun 03 20:41:39 2002 +0000 @@ -4340,8 +4340,10 @@ #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 #############################################################################