On Mon, Jan 11, 2016 at 07:37:30PM +0100, Andreas Tobler wrote: > @@ -104,6 +104,10 @@ > AC_CHECK_LIB(rt, shm_open, > [link_sanitizer_common="-lrt $link_sanitizer_common"]) > > +# Do a configure time check for -ldl > +AC_CHECK_LIB(dl, dlsym, > + [link_sanitizer_common="-lrt $link_sanitizer_common"])
s/-lrt/-ldl/, no? Jakub