diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-01-31 19:18:48 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-01-31 19:18:48 +0000 |
commit | 2ab0ce294d0f9eea9344f37fdf00173a5294a34e (patch) | |
tree | 4c02faa6b2844fcaa36c90a4a631bd881863f366 /m4macros | |
parent | f0b9abe801c2e0cccb7930421a81bb77031e3251 (diff) |
Fix problem with --disable-nls.
Wed Jan 31 13:46:58 2001 Owen Taylor <otaylor@redhat.com>
* acinclude.m4 glib-gettext.m4: Fix problem with --disable-nls.
Diffstat (limited to 'm4macros')
-rw-r--r-- | m4macros/glib-gettext.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index a9155cb1f..5ef4d33d8 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -182,10 +182,10 @@ AC_DEFUN(AM_GLIB_WITH_NLS, POSUB=po else DATADIRNAME=share - nls_cv_header_intl=intl/libintl.h - nls_cv_header_libgt=intl/libgettext.h +# nls_cv_header_intl=intl/libintl.h +# nls_cv_header_libgt=intl/libgettext.h fi - AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) +# AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl) AC_OUTPUT_COMMANDS( [case "$CONFIG_FILES" in *po/Makefile.in*) sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile |