X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=690fe8fa7f1d41b8c4972fc9c0927bc9a42cb4ca;hp=89b34ae7313ef0b183a625cc2692bd22902ec423;hb=7afcc7685532e13f39fc13d505c96a3e5581d4d3;hpb=8eefcfaf31a34a3301619bbb99d080bfcf1a972f 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