diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-04-08 18:26:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-08 18:26:32 +0200 |
| commit | 5a57e35a235e4c8b0e7355b1ea840932563f35d4 (patch) | |
| tree | ad4b0a470ff340f01ec0cc7bea15c5a11496241d /configure.ac | |
| parent | 68db95d92276f5967217b268e1ca777d82cc5d49 (diff) | |
| parent | 1db493092ca6a68ff690251cc428037b54019a73 (diff) | |
| download | monitoring-plugins-5a57e35a235e4c8b0e7355b1ea840932563f35d4.tar.gz | |
Merge branch 'master' into check_snmp_fixes
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
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 |
