r9324@totoro: nickm | 2006-11-14 20:21:43 -0500

Patch from pnx to make configure.in link against libevent properly on irix64. "This time for sure--presto!".


svn:r8954
This commit is contained in:
Nick Mathewson 2006-11-15 01:25:06 +00:00
parent e77b2d5941
commit 992a738c78

View File

@ -260,7 +260,7 @@ AC_CACHE_CHECK([whether we need extra options to link libevent],
saved_LDFLAGS="$LDFLAGS"
le_runs=no
linked_with=nothing
for le_extra in "" "-Wl,-R$le_libdir" "-R$le_libdir" ; do
for le_extra in "" "-Wl,-R$le_libdir" "-R$le_libdir" "-Wl,-rpath,$le_libdir" ; do
LDFLAGS="$le_extra $saved_LDFLAGS"
AC_TRY_RUN([void *event_init(void);
int main(int c, char **v) {