From 811779d33736b26ffabf6986de662988183ba2db Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 16 Jun 2009 13:32:51 +0000 Subject: Do not auto-detect old libnut installations. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29366 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index b934017f9c..d25e42a9a2 100755 --- a/configure +++ b/configure @@ -7287,6 +7287,7 @@ if test "$_libnut" = auto ; then #include #include #include +nut_context_tt * nut; int main(void) { (void)nut_error(0); return 0; } EOF _libnut=no -- cgit v1.2.3