From cdfe70c802b39b39460f0d3b4a2b2af1632f6aba Mon Sep 17 00:00:00 2001 From: caro Date: Tue, 8 Jun 2010 23:23:59 +0000 Subject: [PATCH] revert, as autopoint is buggy git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@49581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.7.4