From 21e682388dafb1de5308ac403c7ebdfe09e1030b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 11 Aug 2011 08:11:06 +0200 Subject: [PATCH] Fix typo --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 504e1e5dd..bb030480b 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 ();