libc_cv_sframe_readelf_version=no
fi
- if test $libc_cv_sframe_readelf_version == no; then
+ if test $libc_cv_sframe_readelf_version = no; then
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "binutils too old to enable SFrame
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $libc_cv_default_sframe" >&5
printf "%s\n" "$libc_cv_default_sframe" >&6; }
- if test $libc_cv_default_sframe == no; then
+ if test $libc_cv_default_sframe = no; then
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in '$ac_pwd':" >&5
printf "%s\n" "$as_me: error: in '$ac_pwd':" >&2;}
as_fn_error $? "toolchain doesn't support SFrame v2 or higher
[GNU readelf.* \([0-9][0-9]*\.[0-9.]*\)],
[2.4[5-9]*|2.[5-9][0-9]*|2.[1-9][0-9][0-9]*|[3-9]*|[1-9][0-9]*],
libc_cv_sframe_readelf_version=no)
- if test $libc_cv_sframe_readelf_version == no; then
+ if test $libc_cv_sframe_readelf_version = no; then
AC_MSG_FAILURE([binutils too old to enable SFrame])
fi
rm -f conftest.c conftest.o
])
- if test $libc_cv_default_sframe == no; then
+ if test $libc_cv_default_sframe = no; then
AC_MSG_FAILURE([toolchain doesn't support SFrame v2 or higher])
fi