summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-03 01:00:55 +0200
committerwm4 <wm4@nowhere>2012-08-03 01:00:55 +0200
commitdebca222121fbbe5c615281958bc5a72fac3268f (patch)
tree142da49ea48bc3e35c7b54b0e75893f5355263db /configure
parentdfbfc7e75ebfa9f7f4a0416e6d1f6a07500f290c (diff)
downloadmpv-debca222121fbbe5c615281958bc5a72fac3268f.tar.bz2
mpv-debca222121fbbe5c615281958bc5a72fac3268f.tar.xz
loader: remove weird kstat thing
Apparently the win32 binary codec loader used this to retrieve the CPU frequency on Solaris.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure b/configure
index d64e397b07..b0b94f6776 100755
--- a/configure
+++ b/configure
@@ -1436,18 +1436,6 @@ fi
echores "$_builtin_expect"
-echocheck "kstat"
-_kstat=no
-statement_check kstat.h 'kstat_open()' -lkstat && _kstat=yes
-if test "$_kstat" = yes ; then
- def_kstat="#define HAVE_LIBKSTAT 1"
- extra_ldflags="$extra_ldflags -lkstat"
-else
- def_kstat="#undef HAVE_LIBKSTAT"
-fi
-echores "$_kstat"
-
-
echocheck "posix4"
# required for nanosleep on some systems
_posix4=no
@@ -4216,7 +4204,6 @@ $def_builtin_expect
$def_dl
$def_dos_paths
$def_iconv
-$def_kstat
$def_macosx_bundle
$def_macosx_finder
$def_priority