Revision: 14503 Author: adrian.chadd Date: Sat Mar 27 18:54:38 2010 Log: Default to English instead of "templates" so the pretty English error template pages can be loaded up by default.
http://code.google.com/p/lusca-cache/source/detail?r=14503 Modified: /branches/LUSCA_HEAD/configure.in ======================================= --- /branches/LUSCA_HEAD/configure.in Tue Feb 16 22:39:36 2010 +++ /branches/LUSCA_HEAD/configure.in Sat Mar 27 18:54:38 2010 @@ -786,7 +786,7 @@ echo "ERROR! Unknown language $enableval, see errors/ directory" exit 1 fi -],[ERR_DEFAULT_LANGUAGE="templates"]) +],[ERR_DEFAULT_LANGUAGE="English"]) AC_SUBST(ERR_DEFAULT_LANGUAGE) dnl Select languages to be installed -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
