Changeset 12304
- Timestamp:
- Mar 7, 2007, 5:07:19 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r11654 r12304 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,[ ],424 AC_CHECK_LIB(ssl,MD5,[-lcrypto], 425 425 [AC_MSG_ERROR([SSL library not found. Obtain it at http://www.openssl.org/ or use --with-ssl to specify location.])] 426 426 )
Note:
See TracChangeset
for help on using the changeset viewer.
