diff options
| -rw-r--r-- | m4/ax_lib_openssl.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ax_lib_openssl.m4 b/m4/ax_lib_openssl.m4 index 9aa69ce..9e94b94 100644 --- a/m4/ax_lib_openssl.m4 +++ b/m4/ax_lib_openssl.m4 @@ -289,4 +289,5 @@ SSLeay(); else HAVE_OPENSSL="no" fi + AM_CONDITIONAL([HAVE_OPENSSL], [test x$HAVE_OPENSSL = xyes]) ]) |
