summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-01-28 21:13:43 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-01-28 21:13:43 +0000
commitceca3f430b6babec7be5e3950fb7131cc2f4f403 (patch)
tree16851f9f77ce2d160e544ad9058ba2a5e204f0f7 /m4macros
parent476f15739698778b84082f8f3d9abdf36c0346e1 (diff)
downloadglib-ceca3f430b6babec7be5e3950fb7131cc2f4f403.tar.gz
If msgfmt isn't found, unset gt_cv_have_gettext. (#102552, Tim Mooney)
Tue Jan 28 16:08:56 2003 Owen Taylor <otaylor@redhat.com> * m4macros/glib-gettext.m4: If msgfmt isn't found, unset gt_cv_have_gettext. (#102552, Tim Mooney)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-gettext.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4
index 85651d94f..09b2ff5b3 100644
--- a/m4macros/glib-gettext.m4
+++ b/m4macros/glib-gettext.m4
@@ -184,6 +184,8 @@ glib_DEFUN([GLIB_WITH_NLS],
[CATOBJEXT=.mo
DATADIRNAME=lib])
INSTOBJEXT=.mo
+ else
+ gt_cv_have_gettext=no
fi
fi
])