IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12307


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

Put it in the wrong place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

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