diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-01-11 16:04:13 +0000 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-01-11 16:04:13 +0000 |
commit | 7a461ce3c979575565fbf0cbdde5fa86a8f8d38e (patch) | |
tree | 7a679a0b6e075bc8f39fda4f284db0870fda677f | |
parent | f536fa7529413fad38ffe4e58d578e600080c260 (diff) | |
download | shared-mime-info-7a461ce3c979575565fbf0cbdde5fa86a8f8d38e.tar.gz |
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=1522
-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 3ebd6d41..813db3ee 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], |