summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2026-04-08 17:33:06 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2026-04-08 17:46:11 +0200
commit28b6df997aa804b7e867f627bc17dc90b2e5955e (patch)
treeb7a2f64487a5a13753a14cd627550bcd95bc8eaf /configure.ac
parent613cb60c96e21eaafb82b80a6b6d84b1b1f9729f (diff)
downloadmonitoring-plugins-28b6df99.tar.gz
Rename USE_OPENSSL to MOPL_USE_OPENSSL
net-snmp uses the same pre processor name "USE_OPENSSL" as we do. To avoid the conflict, this commit renames it on our side to "MOPL_USE_OPENSSL". "MOPL" (better "MoPl"?) stands for Monitoring Plugins.
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