From 8aab1c9486eafbb36497b63577dfd783e28553ef Mon Sep 17 00:00:00 2001 From: nexus Date: Fri, 22 Nov 2002 10:14:37 +0000 Subject: FreeBSD fix git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8251 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 64894576e7..bfbdd97d40 100755 --- a/configure +++ b/configure @@ -3382,7 +3382,7 @@ EOF test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags` _used_css= test "$_dvdkit" = no && test "$_dvdkit2" = no && _used_css=$_ld_css - cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl && _dvdnav=yes + cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes fi if test "$_dvdnav" = yes ; then _largefiles=yes -- cgit v1.2.3