fix: we used weak symbols not weak aliases
[urcu.git] / configure.ac
index 89b34ae7313ef0b183a625cc2692bd22902ec423..690fe8fa7f1d41b8c4972fc9c0927bc9a42cb4ca 100644 (file)
@@ -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
This page took 0.022211 seconds and 4 git commands to generate.