From 6a5f21c2aa6d5ba1286415528b782f3790ab6374 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 21 Nov 2017 10:24:28 +0100 Subject: [PATCH] configure.ac: remove unused libcdk check libcdk isn't used Change-Id: Iea2d61b34e9242bf59a1eb242c5cf1d82f625f2e --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 225a534e..8f279fdd 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,