>   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*

-aaron

Reply via email to