IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12304 for trunk/psLib


Ignore:
Timestamp:
Mar 7, 2007, 5:07:19 PM (19 years ago)
Author:
Paul Price
Message:

MD5 (wrapper script for various MD5_* functions) seems to be in the
crypto library, so need that as well as ssl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r11654 r12304  
    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,[],
     424AC_CHECK_LIB(ssl,MD5,[-lcrypto],
    425425  [AC_MSG_ERROR([SSL library not found.  Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])]
    426426)
Note: See TracChangeset for help on using the changeset viewer.