Changeset 37260 in vbox for trunk/configure
- Timestamp:
- May 30, 2011 1:46:43 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r37199 r37260 111 111 MKISOFS="mkisofs" 112 112 INCCRYPTO="" 113 LIBCRYPTO="-lcrypto "113 LIBCRYPTO="-lcrypto -lssl" 114 114 LIBPTHREAD="-lpthread" 115 115 LIBCAP="-lcap" … … 839 839 #include <cstdio> 840 840 #include <openssl/opensslv.h> 841 #include <openssl/ssl.h> 841 842 extern "C" int main(void) 842 843 { 843 844 printf("found version %s", OPENSSL_VERSION_TEXT); 845 SSL_library_init(); 844 846 #if OPENSSL_VERSION_NUMBER >= 0x00908000 845 847 printf(", OK.\n");
Note:
See TracChangeset
for help on using the changeset viewer.