Signed-off-by: Huw Davies <huw(a)codeweavers.com>
---
configure.ac | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index a143f6d3d2a..c58076ed1d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -468,7 +468,6 @@ AC_CHECK_HEADERS(\
gsm/gsm.h \
ieeefp.h \
inet/mib2.h \
- kstat.h \
libproc.h \
link.h \
linux/cdrom.h \
@@ -1944,14 +1943,6 @@ then
enable_xaudio2_9=${enable_xaudio2_9:-no}
fi
-dnl **** Check for libkstat ****
-if test "$ac_cv_header_kstat_h" = "yes"
-then
- AC_CHECK_LIB(kstat,kstat_open,
- [AC_DEFINE(HAVE_LIBKSTAT, 1, [Define to 1 if you have the `kstat' library (-lkstat).])
- AC_SUBST(KSTAT_LIBS,"-lkstat")])
-fi
-
dnl **** Check for libprocstat ****
if test "$ac_cv_header_libprocstat_h" = "yes"
then
--
2.23.0