From d67044c3911bf5bc7f5d00f3c7bee8550e7178db Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 11 Dec 2002 20:28:46 +0000 Subject: Factor out repeated thread test into a m4_define(); when cross-compiling, Wed Dec 11 15:10:25 2002 Owen Taylor * configure.in: Factor out repeated thread test into a m4_define(); when cross-compiling, assume that AC_LINK_IFELSE() is good enough for thinking that -pthread[s] is OK. (More of #58786) * m4macros/glib-gettext.m4: Fix typo. (Manish Singh) --- m4macros/glib-gettext.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4macros') diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index 737549dae..d52c20b8b 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -26,7 +26,7 @@ dnl # GLIB_LC_MESSAGES #-------------------- -glib_DEFUN([glib_LC_MESSAGES], +glib_DEFUN([GLIB_LC_MESSAGES], [AC_CHECK_HEADERS([locale.h]) if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, -- cgit v1.2.1