summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-11 22:51:37 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-11 22:51:37 +0000
commit0aa7b51ef36a5debf8406548004ab6631d351fc1 (patch)
tree619dfc022b50d0451d1a5d846e69db331eeda6e7 /m4macros
parent30d4eecfdcf59a5febd50885f26d4598783073ae (diff)
downloadglib-0aa7b51ef36a5debf8406548004ab6631d351fc1.tar.gz
Unset ac_cv_func_bind_textdomain_codeset before calling
Wed Dec 11 17:49:15 2002 Owen Taylor <otaylor@redhat.com> * m4macros/glib-gettext.m4: Unset ac_cv_func_bind_textdomain_codeset before calling AC_CHECK_FUNCS(bind_textdomain_codeset) again. * configure.in: Remove duplicate call to AC_CHECK_FUNCS(bind_textdomain_codeset)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-gettext.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4
index d52c20b8b..c8b4b989a 100644
--- a/m4macros/glib-gettext.m4
+++ b/m4macros/glib-gettext.m4
@@ -137,6 +137,7 @@ glib_DEFUN([GLIB_WITH_NLS],
if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
glib_save_LIBS="$LIBS"
LIBS="$LIBS -lintl $libintl_extra_libs"
+ unset ac_cv_func_bind_textdomain_codeset
AC_CHECK_FUNCS(bind_textdomain_codeset)
LIBS="$glib_save_LIBS"