diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-06-12 00:10:07 +0200 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-06-12 00:10:07 +0200 |
| commit | a10b93eef27ece065e72a28ebffad9969ebc50d0 (patch) | |
| tree | a2a29062e8338b900099a0cb000e265c72577a75 /configure.ac | |
| parent | 083952c426a250eaf6810b3b22e7555e4aeb3f2d (diff) | |
| download | monitoring-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.ac | 2 |
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) | |||
| 509 | if test ! "$FOUNDOPENSSL" = "yes" && test ! "$with_gnutls" = "no"; then | 509 | if test ! "$FOUNDOPENSSL" = "yes" && test ! "$with_gnutls" = "no"; then |
| 510 | if test ! "$with_gnutls" = ""; then | 510 | if test ! "$with_gnutls" = ""; then |
| 511 | CPPFLAGS="$CPPFLAGS -I${with_gnutls}/include" | 511 | CPPFLAGS="$CPPFLAGS -I${with_gnutls}/include" |
| 512 | elif test ! "$LIBGNUTLS_CONFIG" = ""; then | ||
| 513 | CPPFLAGS="$CPPFLAGS -I`$LIBGNUTLS_CONFIG --prefix`" | ||
| 514 | fi | 512 | fi |
| 515 | AC_CHECK_HEADERS([gnutls/openssl.h],FOUNDGNUTLS="yes",) | 513 | AC_CHECK_HEADERS([gnutls/openssl.h],FOUNDGNUTLS="yes",) |
| 516 | if test "$FOUNDGNUTLS" = "yes"; then | 514 | if test "$FOUNDGNUTLS" = "yes"; then |
