Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
French support in build system.
  • Loading branch information
icculus committed Jul 30, 2002
1 parent 55afcad commit 4c4bc61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configure.in
Expand Up @@ -253,6 +253,11 @@ if test x$physfslang = xspanish; then
AC_DEFINE([PHYSFS_LANG], PHYSFS_LANG_SPANISH, [define desired natural language])
fi

if test x$physfslang = xfrench; then
physfs_valid_lang=yes
AC_DEFINE([PHYSFS_LANG], PHYSFS_LANG_FRENCH, [define desired natural language])
fi


dnl Add other language checks here...

Expand All @@ -271,6 +276,7 @@ if test x$physfs_valid_lang = xno; then
AC_MSG_WARN([*** --enable-language=english])
AC_MSG_WARN([*** --enable-language=spanish])
AC_MSG_WARN([*** --enable-language=russian-koi8-r])
AC_MSG_WARN([*** --enable-language=french])
AC_MSG_WARN([***])
AC_MSG_ERROR([*** unsupported language. stop.])
fi
Expand Down

0 comments on commit 4c4bc61

Please sign in to comment.