summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8a5b096..e2c79af 100644
--- a/configure.in
+++ b/configure.in
@@ -467,7 +467,7 @@ else
467fi 467fi
468 468
469if test "$FOUNDSSL" = "yes"; then 469if test "$FOUNDSSL" = "yes"; then
470 check_tcp_ssl="check_simap check_spop check_jabber check_nntps" 470 check_tcp_ssl="check_simap check_spop check_jabber check_nntps check_ssmtp"
471 AC_SUBST(check_tcp_ssl) 471 AC_SUBST(check_tcp_ssl)
472 AC_SUBST(SSLLIBS) 472 AC_SUBST(SSLLIBS)
473 AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) 473 AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])