aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-06-12 00:10:07 +0200
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2014-06-12 00:10:07 +0200
commita10b93eef27ece065e72a28ebffad9969ebc50d0 (patch)
treea2a29062e8338b900099a0cb000e265c72577a75 /configure.ac
parent083952c426a250eaf6810b3b22e7555e4aeb3f2d (diff)
downloadmonitoring-plugins-a10b93eef27ece065e72a28ebffad9969ebc50d0.tar.gz
configure.ac: Remove unused code
We no longer set LIBGNUTLS_CONFIG, as GnuTLS no longer ships a "libgnutls-config" tool.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 244df427..a7501ab7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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