summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-27 10:33:47 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-27 10:33:47 +0000
commit6c2f1f26dc2f48e1cbae47f92930e4eefc1ded10 (patch)
tree9fdb7fc8694a130b37d31b475e908464fc697365 /configure
parenteedf850f963c395bdb22d3ebfd6af7cba6283749 (diff)
downloadmpv-6c2f1f26dc2f48e1cbae47f92930e4eefc1ded10.tar.bz2
mpv-6c2f1f26dc2f48e1cbae47f92930e4eefc1ded10.tar.xz
Remove unused variable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19197 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 9cf453607e..ba4a3d0746 100755
--- a/configure
+++ b/configure
@@ -3484,7 +3484,6 @@ _sys_sysinfo=no
cc_check && _sys_sysinfo=yes
if test "$_sys_sysinfo" = yes ; then
_def_sys_sysinfo='#define HAVE_SYS_SYSINFO_H 1'
- _inc_sysinfo='#include <sys/sysinfo.h>'
else
_def_sys_sysinfo='#undef HAVE_SYS_SYSINFO_H'
fi