[or-cvs] let tor compile with tls on rh9

Nick Mathewson nickm at alum.mit.edu
Mon Sep 15 15:40:38 UTC 2003


On Sat, 2003-09-13 at 21:44, Roger Dingledine wrote:
> Update of /home/or/cvsroot
> In directory moria.mit.edu:/home2/arma/work/onion/cvs
> 
> Modified Files:
> 	configure.in 
> Log Message:
> let tor compile with tls on rh9
> 
> nick: is this the right way to do the autoconf stuff? what happens when
> /usr/kerberos/include/ doesn't exist?
> an alternate way is to add `pkg-config --cflags openssl` to CFLAGS, but
> it seems that command only works on rh9. yay portability issues.

1) Yell at Redhat for shipping a broken SSL.
2) Perhaps check for whether 'pkg-config --cflags openssl' works, and if
it does, use it.
3) If we don't do 2, check for whether /usr/kerberos/include exists, and
if so, use it.

Mixminion does 3; 2 is probably more correct.

-- 
Nick



More information about the tor-dev mailing list