aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index bf4a4fb1..af89e6b2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -420,7 +420,7 @@ doc.h: $(HDR_FILES)
#
%.gmo:
- if test $(HAVE_GETTEXT) = 1; then \
+ if test "$(HAVE_GETTEXT)" = 1; then \
msgfmt -o $*.gmo $*.po; \
fi