Commit e16018f6 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

configure: Fix a typo in comparison.

parent 80acf7e4
......@@ -17439,7 +17439,7 @@ else
*arm*) wine_cv_64bit_compare_swap="-march=armv7-a" ;;
*) wine_cv_64bit_compare_swap="unknown" ;;
esac
if test "x$wine_cv_64bit_compare_swap" != unknown
if test "x$wine_cv_64bit_compare_swap" != xunknown
then
CFLAGS="$CFLAGS $wine_cv_64bit_compare_swap"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
......
......@@ -2063,7 +2063,7 @@ char*f(const char *h,char n) {return strchr(h,n);}]])],[ac_cv_c_logicalop_noisy=
*arm*) wine_cv_64bit_compare_swap="-march=armv7-a" ;;
*) wine_cv_64bit_compare_swap="unknown" ;;
esac
if test "x$wine_cv_64bit_compare_swap" != unknown
if test "x$wine_cv_64bit_compare_swap" != xunknown
then
dnl try with the new flags
CFLAGS="$CFLAGS $wine_cv_64bit_compare_swap"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment