configure.ac: remove unused libcdk check

libcdk isn't used

Change-Id: Iea2d61b34e9242bf59a1eb242c5cf1d82f625f2e
This commit is contained in:
Alexander Couzens 2017-11-21 10:24:28 +01:00
parent 404bc49cbb
commit 6a5f21c2aa
1 changed files with 0 additions and 5 deletions

View File

@ -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,