mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Fix typo
This commit is contained in:
parent
b2c6b801bc
commit
21e682388d
@ -419,7 +419,7 @@ AC_ARG_ENABLE(iconv-cache,
|
|||||||
[cache iconv descriptors [default=auto]])],,
|
[cache iconv descriptors [default=auto]])],,
|
||||||
[enable_iconv_cache=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
|
case $enable_iconv_cache in
|
||||||
auto)
|
auto)
|
||||||
if test $ac_cv_gnu_library_2_1 = yes; then
|
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
|
glib_cv_gcc_has_builtin_atomic_operations=no
|
||||||
if test x"$GCC" = xyes; then
|
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([],
|
AC_TRY_LINK([],
|
||||||
[int i;
|
[int i;
|
||||||
__sync_synchronize ();
|
__sync_synchronize ();
|
||||||
|
Loading…
Reference in New Issue
Block a user