add a compatible memrchr() function if the platform does not support it (e.g. old glibc). Patch courtesy to Thomas Jarosch
This commit is contained in:
@@ -707,6 +707,7 @@ dnl ==========================================
|
||||
AC_HAVE_LIBRARY(dl)
|
||||
AC_CHECK_FUNCS(backtrace)
|
||||
AC_CHECK_FUNCS(dladdr)
|
||||
AC_REPLACE_FUNCS(memrchr)
|
||||
|
||||
AC_MSG_CHECKING([for gcc atomic operations])
|
||||
AC_TRY_RUN(
|
||||
|
||||
Reference in New Issue
Block a user