> From: Aaron Bannert [mailto:[EMAIL PROTECTED]]
> 
> >   Look for OpenSSL libraries in /usr/lib64.
> ...
> >      for p in $ap_ssltk_base/lib /usr/local/openssl/lib \
> >   -           /usr/local/ssl/lib /usr/local/lib /usr/lib /lib; do
> >   +           /usr/local/ssl/lib /usr/local/lib /usr/lib /lib
> /usr/lib64; do
> 
> If we just told people to add the right include and lib paths to their
> CPPFLAGS and LDFLAGS variables, then we wouldn't have to add any
> special case directories to our autoconf routines... *sigh*


That would only work if we looked in those variable for the files.  But,
we don't, so we have to special case this stuff.  We should re-write big
portions of the detection logic so that we don't have ANY hard-coded
paths, but I am not volunteering for that.

Ryan



Reply via email to