From: caro Date: Tue, 8 Jun 2010 23:23:59 +0000 (+0000) Subject: revert, as autopoint is buggy X-Git-Tag: build/2012-07-04.173327~2026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdfe70c802b39b39460f0d3b4a2b2af1632f6aba;p=profile%2Fivi%2Fecore.git revert, as autopoint is buggy git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@49581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index 80ae7d2..d874807 100644 --- a/configure.ac +++ b/configure.ac @@ -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)