From 71e95561220496e6aaeb2896039c9d497f415893 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 8 Jun 2010 23:23:59 +0000 Subject: [PATCH] revert, as autopoint is buggy SVN revision: 49581 --- legacy/ecore/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/legacy/ecore/configure.ac b/legacy/ecore/configure.ac index 80ae7d265b..d874807084 100644 --- a/legacy/ecore/configure.ac +++ b/legacy/ecore/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)