diff --git a/configure.ac b/configure.ac index 68d9d5d52..07b2cfa12 100644 --- a/configure.ac +++ b/configure.ac @@ -206,6 +206,8 @@ AC_SEARCH_LIBS([dlopen], [dl]) # BSD AC_SEARCH_LIBS([connect], [socket]) +AC_SEARCH_LIBS([shm_open], [rt]) + # Non-standard # This magic is needed so we do not needlessly add static libs to the win32