libmicrohttpd

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

commit 4b54e7c0a948bad421ab8bea2f30c5703846d363
parent af1bf13fad1efc6b95218e20f6f81310c3e9ae90
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 20 Apr 2021 17:11:16 +0300

configure: disable NLS by default

Diffstat:
Mconfigure.ac | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -80,6 +80,7 @@ LT_LANG([Windows Resource]) # Checks for gettext. m4_ifdef([AM_GNU_GETTEXT], [ + AS_VAR_SET_IF([enable_nls], [], [[enable_nls=no]]) AM_GNU_GETTEXT([external],[need-ngettext]) AC_CONFIG_FILES([po/Makefile.in]) have_po=yes