mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
configure: fix up some cut/paste errors regarding languages
This commit is contained in:
parent
a4ca695daf
commit
2ebfcd0e8a
1 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ AC_ARG_ENABLE(japanese, [--build-japanese Build Japanese (default=no)])
|
||||||
AM_CONDITIONAL([JAPANESE], [test "build_japanese" = "yes"])
|
AM_CONDITIONAL([JAPANESE], [test "build_japanese" = "yes"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(german, [--build-german Build German (default=no)])
|
AC_ARG_ENABLE(german, [--build-german Build German (default=no)])
|
||||||
AM_CONDITIONAL([GERMAN], [test "build_japanese" = "yes"])
|
AM_CONDITIONAL([GERMAN], [test "build_german" = "yes"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(italian, [--build-italian Build Italian (default=no)])
|
AC_ARG_ENABLE(italian, [--build-italian Build Italian (default=no)])
|
||||||
AM_CONDITIONAL([ITALIAN], [test "build_italian" = "yes"])
|
AM_CONDITIONAL([ITALIAN], [test "build_italian" = "yes"])
|
||||||
|
@ -150,7 +150,7 @@ AC_ARG_ENABLE(french, [--build-french Build French (default=no)])
|
||||||
AM_CONDITIONAL([FRENCH], [test "build_french" = "yes"])
|
AM_CONDITIONAL([FRENCH], [test "build_french" = "yes"])
|
||||||
|
|
||||||
AC_ARG_ENABLE(spanish, --build-spanish Build Spanish (default=no)])
|
AC_ARG_ENABLE(spanish, --build-spanish Build Spanish (default=no)])
|
||||||
AM_CONDITIONAL([FRENCH], [test "build_french" = "yes"])
|
AM_CONDITIONAL([SPANISH], [test "build_spanish" = "yes"])
|
||||||
|
|
||||||
RM="rm -f"
|
RM="rm -f"
|
||||||
AC_SUBST(RM)
|
AC_SUBST(RM)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue