summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-14 06:01:54 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-14 06:01:54 +0000
commitf916c5d0c475d04463d92c8edf99dee62cef47ad (patch)
treec4707ed404cbe5494b4d8919a2b76d4533271d9c /configure
parent9e9851231f6affd088fa1967678d13208da293f0 (diff)
downloadmpv-f916c5d0c475d04463d92c8edf99dee62cef47ad.tar.bz2
mpv-f916c5d0c475d04463d92c8edf99dee62cef47ad.tar.xz
update to libnut, rename nut.h->libnut.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20909 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8abfe16188..2e77e34197 100755
--- a/configure
+++ b/configure
@@ -6519,7 +6519,7 @@ if test "$_nut" = auto ; then
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
-#include <nut.h>
+#include <libnut.h>
int main(void) { (void)nut_error(0); return 0; }
EOF
_ld_nut="-lnut"