[glib] Fix typo



commit 21e682388dafb1de5308ac403c7ebdfe09e1030b
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu Aug 11 08:11:06 2011 +0200

    Fix typo

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 504e1e5..bb03048 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,7 +419,7 @@ AC_ARG_ENABLE(iconv-cache,
                               [cache iconv descriptors [default=auto]])],,
               [enable_iconv_cache=auto])
 
-AC_MSG_CHECKING([Whether to cache iconv descriptors])
+AC_MSG_CHECKING([whether to cache iconv descriptors])
 case $enable_iconv_cache in
   auto)
     if test $ac_cv_gnu_library_2_1 = yes; then
@@ -2488,7 +2488,7 @@ AC_MSG_CHECKING([whether to use assembler code for atomic operations])
 
 glib_cv_gcc_has_builtin_atomic_operations=no
 if test x"$GCC" = xyes; then
-  AC_MSG_CHECKING([whether GCC supports build-in atomic intrinsics])
+  AC_MSG_CHECKING([whether GCC supports built-in atomic intrinsics])
   AC_TRY_LINK([],
 	      [int i;
 	       __sync_synchronize ();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]