diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-01-28 21:13:43 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-01-28 21:13:43 +0000 |
commit | ceca3f430b6babec7be5e3950fb7131cc2f4f403 (patch) | |
tree | 16851f9f77ce2d160e544ad9058ba2a5e204f0f7 /m4macros | |
parent | 476f15739698778b84082f8f3d9abdf36c0346e1 (diff) |
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.m4 | 2 |
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 ]) |