discomfitor pushed a commit to branch enlightenment-0.17.

commit f5f61572fd83682f0851be44bf9249ae73a2d27a
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Aug 22 14:03:35 2013 +0100

    better fix for gettext macro checking
---
 configure.ac | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure.ac b/configure.ac
index 51c1009..5153e32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,8 +263,14 @@ AC_GNU_GETTEXT([external], [need-ngettext])
 po_makefile_in=po/Makefile.in
 have_po="yes"
 ],[
+m4_ifdef([AM_GNU_GETTEXT], [
+AM_GNU_GETTEXT([external], [need-ngettext])
+po_makefile_in=po/Makefile.in
+have_po="yes"
+],[
 have_po="no"
 ])
+])
 AC_SUBST(LTLIBINTL)
 if test "x$LIBINTL" = "x"; then
   LIBINTL="$INTLLIBS"

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to