mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 06:08:38 -04:00
configure.ac: Remove unused code
We no longer set LIBGNUTLS_CONFIG, as GnuTLS no longer ships a "libgnutls-config" tool.
This commit is contained in:
parent
083952c426
commit
a10b93eef2
1 changed files with 0 additions and 2 deletions
|
|
@ -509,8 +509,6 @@ dnl check for gnutls if openssl isn't found (or is disabled)
|
|||
if test ! "$FOUNDOPENSSL" = "yes" && test ! "$with_gnutls" = "no"; then
|
||||
if test ! "$with_gnutls" = ""; then
|
||||
CPPFLAGS="$CPPFLAGS -I${with_gnutls}/include"
|
||||
elif test ! "$LIBGNUTLS_CONFIG" = ""; then
|
||||
CPPFLAGS="$CPPFLAGS -I`$LIBGNUTLS_CONFIG --prefix`"
|
||||
fi
|
||||
AC_CHECK_HEADERS([gnutls/openssl.h],FOUNDGNUTLS="yes",)
|
||||
if test "$FOUNDGNUTLS" = "yes"; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue