revert, as autopoint is buggy

SVN revision: 49581
This commit is contained in:
Vincent Torri 2010-06-08 23:23:59 +00:00
parent 600cc3d509
commit 71e9556122
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ m4_ifdef([AM_GNU_GETTEXT],
[
AM_GNU_GETTEXT([external])
po_makefile_in=po/Makefile.in
AM_CONDITIONAL([HAVE_PO], [true])
],
[
AM_CONDITIONAL([HAVE_PO], [false])
])
AC_SUBST(LTLIBINTL)