kwo pushed a commit to branch master.

http://git.enlightenment.org/e16/e16.git/commit/?id=a79f0a8cd6893866a4eae0f8acea2180f017a733

commit a79f0a8cd6893866a4eae0f8acea2180f017a733
Author: Kim Woelders <k...@woelders.dk>
Date:   Mon Apr 12 19:33:22 2021 +0200

    Use installed gettext version, if possible
    
    Let's try again.
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2dd35941..ec254ffe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,9 +56,9 @@ AM_ICONV
 
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION([0.19])
-#m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION], [
-#AM_GNU_GETTEXT_REQUIRE_VERSION([0.19])
-#])
+m4_ifdef([AM_GNU_GETTEXT_REQUIRE_VERSION], [
+AM_GNU_GETTEXT_REQUIRE_VERSION([0.19])
+])
 
 AC_CHECK_FUNCS([clock_gettime], [have_clock_gettime=yes],
   [AC_CHECK_LIB([rt], [clock_gettime], [have_clock_gettime=-lrt],

-- 


Reply via email to