diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-01-14 02:16:49 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-01-14 02:16:49 +0000 |
commit | c8ae0b92cae360316fe30f40e738bdf5a93c31b9 (patch) | |
tree | 8b80c94cf0072d3502b97a5cbd19caacde5ae5ab /acinclude.m4 | |
parent | 52a441445ccbc226ed39813d35c34694f91aa731 (diff) | |
download | gtk+-c8ae0b92cae360316fe30f40e738bdf5a93c31b9.tar.gz |
Unset CATOBJEXT so that the macros and Makefiles correctly handle
Wed Jan 13 21:18:41 1999 Owen Taylor <otaylor@redhat.com>
* acinclude.m4 (ac_result): Unset CATOBJEXT so
that the macros and Makefiles correctly handle
disabling NLS when no gettext is found.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 4ee50513d8..d04336e18d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -676,7 +676,9 @@ AC_DEFUN(AM_GTK_WITH_NLS, if test "$nls_cv_use_gnu_gettext" != "yes"; then AC_DEFINE(ENABLE_NLS) -# else + else + # Unset this variable since we use the non-zero value as a flag. + CATOBJEXT= # dnl Mark actions used to generate GNU NLS library. # INTLOBJS="\$(GETTOBJS)" # AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, |