aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-20 17:11:16 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-20 17:11:16 +0300
commit4b54e7c0a948bad421ab8bea2f30c5703846d363 (patch)
treefe898901ed9a841eb691e48500789e53f657505b /configure.ac
parentaf1bf13fad1efc6b95218e20f6f81310c3e9ae90 (diff)
downloadlibmicrohttpd-4b54e7c0a948bad421ab8bea2f30c5703846d363.tar.gz
libmicrohttpd-4b54e7c0a948bad421ab8bea2f30c5703846d363.zip
configure: disable NLS by default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 88b75357..36c1ca2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,6 +80,7 @@ LT_LANG([Windows Resource])
80 80
81# Checks for gettext. 81# Checks for gettext.
82m4_ifdef([AM_GNU_GETTEXT], [ 82m4_ifdef([AM_GNU_GETTEXT], [
83 AS_VAR_SET_IF([enable_nls], [], [[enable_nls=no]])
83 AM_GNU_GETTEXT([external],[need-ngettext]) 84 AM_GNU_GETTEXT([external],[need-ngettext])
84 AC_CONFIG_FILES([po/Makefile.in]) 85 AC_CONFIG_FILES([po/Makefile.in])
85 have_po=yes 86 have_po=yes