diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-01-25 21:11:13 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-25 21:11:13 +0000 |
commit | 7d5e1b0ccf48c3e5275affd6719dd3c28013aba6 (patch) | |
tree | 81e3f43c1cc131a882b66430a164069bd5b3ae92 /acinclude.m4 | |
parent | 4b8095d525c3d494a0013011445975eed006e628 (diff) | |
download | gtk+-7d5e1b0ccf48c3e5275affd6719dd3c28013aba6.tar.gz |
Don't define ENABLE_NLS unless we have a working NLS. (This should keep
Mon Jan 25 15:47:46 1999 Owen Taylor <otaylor@redhat.com>
* acinclude.m4 (ac_result): Don't define ENABLE_NLS
unless we have a working NLS. (This should keep
libintl.h from being included when it doesn't
exist).
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index d04336e18d..dc0cbf1714 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -569,7 +569,7 @@ AC_DEFUN(AM_GTK_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], |