libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 7acc854b2bf4c29582bb1b0afaf108ceef4cad9e
parent ee8a044ec8bcdf4822860425c96f942ba400be1a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 24 Jan 2021 17:56:35 +0300

configure: updated gettext version to match version used in macros

Diffstat:
Mconfigure.ac | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac @@ -88,7 +88,7 @@ m4_ifdef([AM_GNU_GETTEXT], [ ]) m4_ifdef([AM_GNU_GETTEXT_VERSION], [ #do not indent here -AM_GNU_GETTEXT_VERSION([0.19.8]) +AM_GNU_GETTEXT_VERSION([0.20.2]) ]) AM_CONDITIONAL([HAVE_PO], [ test "$have_po" = yes ])