Changeset 12334 for trunk/psLib/configure.ac
- Timestamp:
- Mar 8, 2007, 12:50:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r12307 r12334 422 422 [AC_MSG_ERROR([SSL headers not found. Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])] 423 423 ) 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]424 AC_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.])] 426 426 ) 427 427
Note:
See TracChangeset
for help on using the changeset viewer.
