revert, as autopoint is buggy
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 8 Jun 2010 23:23:59 +0000 (23:23 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 8 Jun 2010 23:23:59 +0000 (23:23 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@49581 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 80ae7d2..d874807 100644 (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)