diff options
author | Pavel Machek <pavel@src.gnome.org> | 1998-10-12 22:07:55 +0000 |
---|---|---|
committer | Pavel Machek <pavel@src.gnome.org> | 1998-10-12 22:07:55 +0000 |
commit | 4d1300f9d25e6c7848fc1518a2f6a40bedd53bc3 (patch) | |
tree | 1a51edd4da02b422e2514b7373e859e4a258e237 /intl | |
parent | 26a7e526ec4a7bb64003503a5d1a51fbf54a126c (diff) | |
download | shared-mime-info-4d1300f9d25e6c7848fc1518a2f6a40bedd53bc3.tar.gz |
static's added, do_reget hack removed
svn path=/trunk/; revision=440
Diffstat (limited to 'intl')
-rw-r--r-- | intl/libgettext.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intl/libgettext.h b/intl/libgettext.h index 0d4de4d0..72eef4a5 100644 --- a/intl/libgettext.h +++ b/intl/libgettext.h @@ -122,6 +122,9 @@ extern char *bindtextdomain__ PARAMS ((const char *__domainname, const char *__dirname)); #if ENABLE_NLS +#ifdef VFS_STANDALONE +#error This can never work +#endif /* Solaris 2.3 has the gettext function but dcgettext is missing. So we omit this optimization for Solaris 2.3. BTW, Solaris 2.4 |