Found while compiling with clang.
From: Ken Sharp sharp_ken@hotmail.com
Found while compiling with clang. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure index f1ce08a2349..1e753f21ff3 100755 --- a/configure +++ b/configure @@ -20528,7 +20528,7 @@ fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $wine_cv_64bit_compare_swap" >&5 printf "%s\n" "$wine_cv_64bit_compare_swap" >&6; } case "$wine_cv_64bit_compare_swap" in - unknown) as_fn_error $? "gcc doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;; + unknown) as_fn_error $? "$CC doesn't support 64-bit compare-and-swap on this platform" "$LINENO" 5 ;; "none needed") ;; *) EXTRACFLAGS="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;; esac diff --git a/configure.ac b/configure.ac index b4ede761391..aa189c77190 100644 --- a/configure.ac +++ b/configure.ac @@ -1977,7 +1977,7 @@ then CFLAGS=$saved_CFLAGS fi])]) case "$wine_cv_64bit_compare_swap" in - unknown) AC_MSG_ERROR([gcc doesn't support 64-bit compare-and-swap on this platform]) ;; + unknown) AC_MSG_ERROR([$CC doesn't support 64-bit compare-and-swap on this platform]) ;; "none needed") ;; *) EXTRACFLAGS="$EXTRACFLAGS $wine_cv_64bit_compare_swap" ;; esac