Ecore: do not enter po/ if --disable-nls is passed to configure

SVN revision: 64183
This commit is contained in:
Vincent Torri 2011-10-19 17:21:33 +00:00
parent e40386c4f9
commit 5b3f0a5e09
1 changed files with 8 additions and 2 deletions

View File

@ -65,12 +65,18 @@ AM_GNU_GETTEXT_VERSION([0.17])
m4_ifdef([AM_GNU_GETTEXT], [
AM_GNU_GETTEXT([external])
po_makefile_in=po/Makefile.in
AM_CONDITIONAL([HAVE_PO], [true])
have_po="yes"
],[
AM_CONDITIONAL([HAVE_PO], [false])
have_po="no"
])
AC_SUBST(LTLIBINTL)
if test "x${POSUB}" = "x" ; then
have_po="no"
fi
AM_CONDITIONAL([HAVE_PO], [test "x${have_po}" = "xyes"])
with_max_log_level="<unset>"
AC_ARG_WITH(internal-maximum-log-level,
[AC_HELP_STRING([--with-internal-maximum-log-level=NUMBER],