summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ae7eb30b..e4351ad7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -578,7 +578,7 @@ if test "$FOUNDOPENSSL" = "yes" || test "$FOUNDGNUTLS" = "yes"; then
578 AC_SUBST(SSLLIBS) 578 AC_SUBST(SSLLIBS)
579 AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found]) 579 AC_DEFINE(HAVE_SSL,1,[Define if SSL libraries are found])
580 if test "$FOUNDOPENSSL" = "yes"; then 580 if test "$FOUNDOPENSSL" = "yes"; then
581 AC_DEFINE(USE_OPENSSL,1,[Define if using OpenSSL libraries]) 581 AC_DEFINE(MOPL_USE_OPENSSL,1,[Define if using OpenSSL libraries])
582 with_openssl="yes" 582 with_openssl="yes"
583 with_gnutls="no" 583 with_gnutls="no"
584 else 584 else