Skip to content
Snippets Groups Projects
Commit e77b2d59 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

r9322@totoro: nickm | 2006-11-14 15:20:28 -0500

 Have libevent search include /usr/pkg. This may make irix happier.


svn:r8953
parent b052b810
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ AC_CACHE_CHECK([for libevent directory], ac_cv_libevent_dir, [
saved_LDFLAGS="$LDFLAGS"
saved_CPPFLAGS="$CPPFLAGS"
le_found=no
for ledir in $trylibeventdir "" $prefix /usr/local ; do
for ledir in $trylibeventdir "" $prefix /usr/local /usr/pkg ; do
LDFLAGS="$saved_LDFLAGS"
if test $bwin32 = true; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment