From a8d98cb5572363804ffabd771055959826b32f99 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 7 Feb 2021 21:49:22 +0100 Subject: build: allow users to disable gettext support (--disable-nls) --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 983d77c..4cc1155 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} -SUBDIRS = po +SUBDIRS = + +if USE_NLS +SUBDIRS += po +endif if ENABLE_OPEN_TERMINAL SUBDIRS += open-terminal -- cgit v1.2.1