Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
ed82152a
Commit
ed82152a
authored
Mar 19, 2006
by
Roger Dingledine
Browse files
resume building on irix64
svn:r6198
parent
88b67d48
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
ed82152a
...
...
@@ -132,8 +132,9 @@ AC_CACHE_CHECK([for libevent directory], ac_cv_libevent_dir, [
fi
fi
# Can I compile and link it?
AC_TRY_LINK([struct timeval { long tv_sec; long tv_usec; };
typedef unsigned char u_char; typedef unsigned long size_t;
AC_TRY_LINK([typedef unsigned char u_char; typedef unsigned long size_t;
#include <sys/time.h>
#include <sys/types.h>
#include <event.h>], [ event_init(); ],
[ libevent_linked=yes ], [ libevent_linked=no ])
if test $libevent_linked = yes; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment