diff options
author | Elliot Lee <sopwith@src.gnome.org> | 1999-07-06 21:42:02 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 1999-07-06 21:42:02 +0000 |
commit | cf296af531df777ded0c69f057de2237c8b1e867 (patch) | |
tree | 7e5158555b4a548afd77c31f83c6faeeada9a73a | |
parent | c3885daa46991d1e4fb2f2aa7b49c8df5b26e204 (diff) | |
download | shared-mime-info-cf296af531df777ded0c69f057de2237c8b1e867.tar.gz |
fix'em bugs.
fix'em bugs.
svn path=/trunk/; revision=844
-rw-r--r-- | macros/gnome-gettext.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 1dac989c..8f72481c 100644 --- a/macros/gnome-gettext.m4 +++ b/macros/gnome-gettext.m4 @@ -76,6 +76,8 @@ AC_DEFUN(AM_GNOME_WITH_NLS, [CATOBJEXT=.mo DATADIRNAME=lib]) INSTOBJEXT=.mo + else + echo "You must install msgfmt (part of gettext)." fi fi |