Use installed gettext version, if possible

Let's try again.
This commit is contained in:
Kim Woelders 2021-04-12 19:33:22 +02:00
parent 404886956b
commit a79f0a8cd6
1 changed files with 3 additions and 3 deletions

View File

@ -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],