aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-11-21 10:24:28 +0100
committerAlexander Couzens <lynxis@fe80.eu>2017-12-16 20:31:17 +0100
commit41505ae1d3485533d743d4c46e6c2269f64f0533 (patch)
tree4b1ca345fb7dae1df7af17e9b0320d1e1e8e340c
parenta801fba4d32825da044c3c713043e9e919a09fc6 (diff)
configure.ac: remove unused libcdk check
libcdk isn't used Change-Id: Iea2d61b34e9242bf59a1eb242c5cf1d82f625f2e
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 225a534e1..8f279fdd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,11 +80,6 @@ AC_SUBST(found_libgtp_and_libcares)
dnl checks for header files
AC_HEADER_STDC
-found_cdk=yes
-AC_CHECK_HEADERS(cdk/cdk.h,,found_cdk=no)
-AM_CONDITIONAL(HAVE_LIBCDK, test "$found_cdk" = yes)
-
-
dnl Checks for typedefs, structures and compiler characteristics
AC_ARG_ENABLE(sanitize,