diff options
| author | Peter Eisentraut | 2018-07-10 09:14:53 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2018-07-10 09:16:10 +0000 |
| commit | 324c9554022d4403f34264598cb6e0a7d0d5873c (patch) | |
| tree | 5c7e66fb4918b79baf5ed00a4eb5795c2eefebd9 /config | |
| parent | 502120ccda205d8d2d9ad5dddac5a8a51fa8efb7 (diff) | |
Fix typos
Diffstat (limited to 'config')
| -rw-r--r-- | config/c-compiler.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/c-compiler.m4 b/config/c-compiler.m4 index 9b30608e42a..a810cf33295 100644 --- a/config/c-compiler.m4 +++ b/config/c-compiler.m4 @@ -459,7 +459,7 @@ AC_DEFUN([PGAC_HAVE_GCC__SYNC_INT32_CAS], [pgac_cv_gcc_sync_int32_cas="yes"], [pgac_cv_gcc_sync_int32_cas="no"])]) if test x"$pgac_cv_gcc_sync_int32_cas" = x"yes"; then - AC_DEFINE(HAVE_GCC__SYNC_INT32_CAS, 1, [Define to 1 if you have __sync_compare_and_swap(int *, int, int).]) + AC_DEFINE(HAVE_GCC__SYNC_INT32_CAS, 1, [Define to 1 if you have __sync_val_compare_and_swap(int *, int, int).]) fi])# PGAC_HAVE_GCC__SYNC_INT32_CAS # PGAC_HAVE_GCC__SYNC_INT64_CAS @@ -474,7 +474,7 @@ AC_DEFUN([PGAC_HAVE_GCC__SYNC_INT64_CAS], [pgac_cv_gcc_sync_int64_cas="yes"], [pgac_cv_gcc_sync_int64_cas="no"])]) if test x"$pgac_cv_gcc_sync_int64_cas" = x"yes"; then - AC_DEFINE(HAVE_GCC__SYNC_INT64_CAS, 1, [Define to 1 if you have __sync_compare_and_swap(int64 *, int64, int64).]) + AC_DEFINE(HAVE_GCC__SYNC_INT64_CAS, 1, [Define to 1 if you have __sync_val_compare_and_swap(int64 *, int64, int64).]) fi])# PGAC_HAVE_GCC__SYNC_INT64_CAS # PGAC_HAVE_GCC__ATOMIC_INT32_CAS |
