summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-11 20:28:46 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-11 20:28:46 +0000
commitd67044c3911bf5bc7f5d00f3c7bee8550e7178db (patch)
tree9eb2d9a20e06f824525b756c08186bf3a4aafbda /m4macros
parenta16cef0867e9ed33012390b94870d40f51c3f7f4 (diff)
downloadglib-d67044c3911bf5bc7f5d00f3c7bee8550e7178db.tar.gz
Factor out repeated thread test into a m4_define(); when cross-compiling,
Wed Dec 11 15:10:25 2002 Owen Taylor <otaylor@redhat.com> * 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)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-gettext.m42
1 files changed, 1 insertions, 1 deletions
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,