X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;h=690fe8fa7f1d41b8c4972fc9c0927bc9a42cb4ca;hp=89b34ae7313ef0b183a625cc2692bd22902ec423;hb=c7f4490afcccb5d27b0f17e99ea782b21449e27b;hpb=ee334e481cf5b4216bc61a8b291c9b944c3b4f86 diff --git a/configure.ac b/configure.ac index 89b34ae..690fe8f 100644 --- a/configure.ac +++ b/configure.ac @@ -79,11 +79,6 @@ AS_IF([test "x$ax_cv___attribute__" != "xyes"], # Make sure we have pthread support AX_PTHREAD([], [AC_MSG_ERROR([Could not configure pthread support])]) -# Make sure the C compiler supports weak symbols -AX_SYS_WEAK_ALIAS -AS_IF([test "x$ax_cv_sys_weak_alias" = "xno"], - [AC_MSG_ERROR([Your platform doesn't support weak symbols.])]) - # Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE AC_C_TYPEOF