diff options
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ea01c0e2..dba1d30b 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
| 2 | AC_REVISION ($Revision$) | 2 | AC_REVISION ($Revision$) |
| 3 | AC_INIT(Helper.pm) | 3 | AC_INIT(Helper.pm) |
| 4 | VER=1.3.0 | 4 | VER=1.3.1 |
| 5 | REL=1 | 5 | REL=1 |
| 6 | AC_SUBST(VER) | 6 | AC_SUBST(VER) |
| 7 | AC_SUBST(REL) | 7 | AC_SUBST(REL) |
| @@ -278,6 +278,8 @@ dnl test headers and libs to decide whether check_http should use SSL | |||
| 278 | if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then | 278 | if test "$ac_cv_lib_crypto_CRYPTO_lock" = "yes"; then |
| 279 | if test "$ac_cv_lib_ssl_main" = "yes"; then | 279 | if test "$ac_cv_lib_ssl_main" = "yes"; then |
| 280 | if test "$FOUNDINCLUDE" = "yes"; then | 280 | if test "$FOUNDINCLUDE" = "yes"; then |
| 281 | check_tcp_ssl="check_simap check_spop" | ||
| 282 | AC_SUBST(check_tcp_ssl) | ||
| 281 | AC_SUBST(SSLLIBS) | 283 | AC_SUBST(SSLLIBS) |
| 282 | AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) | 284 | AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) |
| 283 | fi | 285 | fi |
