diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-01-12 00:04:13 +0800 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-01-12 00:04:13 +0800 |
commit | f753547d5d281b34587430a88a1dc1934d65c889 (patch) | |
tree | 1dd99abd5d0caff7bdc7d348e8a85ac88c344f0d /macros/gnome-gettext.m4 | |
parent | dcc6d74afef1e90de67d0447851c8528a293a8ba (diff) | |
download | gsoc2013-evolution-f753547d5d281b34587430a88a1dc1934d65c889.tar gsoc2013-evolution-f753547d5d281b34587430a88a1dc1934d65c889.tar.gz gsoc2013-evolution-f753547d5d281b34587430a88a1dc1934d65c889.tar.bz2 gsoc2013-evolution-f753547d5d281b34587430a88a1dc1934d65c889.tar.lz gsoc2013-evolution-f753547d5d281b34587430a88a1dc1934d65c889.tar.xz gsoc2013-evolution-f753547d5d281b34587430a88a1dc1934d65c889.tar.zst gsoc2013-evolution-f753547d5d281b34587430a88a1dc1934d65c889.zip |
Propagateg change by Owen Taylor from acinclude.m4 in gtk+: Don't define
* macros/gnome-gettext.m4: Propagateg change by Owen Taylor
from acinclude.m4 in gtk+:
Don't define ENABLE_NLS unless we have a working NLS.
(This should keep libintl.h from being included when it doesn't
exist).
svn path=/trunk/; revision=7386
Diffstat (limited to 'macros/gnome-gettext.m4')
-rw-r--r-- | macros/gnome-gettext.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-gettext.m4 b/macros/gnome-gettext.m4 index 3ebd6d41bc..813db3ee2d 100644 --- a/macros/gnome-gettext.m4 +++ b/macros/gnome-gettext.m4 @@ -25,7 +25,7 @@ AC_DEFUN(AM_GNOME_WITH_NLS, dnl If we use NLS figure out what method if test "$USE_NLS" = "yes"; then - AC_DEFINE(ENABLE_NLS) +# AC_DEFINE(ENABLE_NLS) # AC_MSG_CHECKING([whether included gettext is requested]) # AC_ARG_WITH(included-gettext, # [ --with-included-gettext use the GNU gettext library included here], |