| # | Line 513 | Line 513 | if test "$cf_enable_openssl" != no; then | |
|---|---|---|
| 513 | AC_LANG_PROGRAM( | |
| 514 | [#include <openssl/opensslv.h> | |
| 515 | #include <stdlib.h>], | |
| 516 | < | [[if ( (OPENSSL_VERSION_NUMBER & 0x00906000) == 0x00906000) |
| 516 | > | [[if (OPENSSL_VERSION_NUMBER >= 0x00906000) |
| 517 | exit(0); else exit(1);]]), | |
| 518 | cf_openssl_version_ok=yes, | |
| 519 | cf_openssl_version_ok=no, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |