IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2007, 12:50:29 PM (19 years ago)
Author:
jhoblitt
Message:

test for MD5 in libcrypto instead of libssl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r12307 r12334  
    422422  [AC_MSG_ERROR([SSL headers not found.  Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])]
    423423)
    424 AC_CHECK_LIB(ssl,MD5,[],
    425   [AC_MSG_ERROR([SSL library not found.  Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])],[-lcrypto]
     424AC_CHECK_LIB(crypto,MD5,[],
     425  [AC_MSG_ERROR([SSL library not found.  Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])]
    426426)
    427427
Note: See TracChangeset for help on using the changeset viewer.