comparison configure @ 8250:66fdde2606bb

FreeBSD fix
author nexus
date Fri, 22 Nov 2002 10:14:37 +0000
parents 59e01995144c
children 97e8dfe61ab1
comparison
equal deleted inserted replaced
8249:9d55352cea20 8250:66fdde2606bb
3380 fi 3380 fi
3381 fi 3381 fi
3382 test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags` 3382 test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags`
3383 _used_css= 3383 _used_css=
3384 test "$_dvdkit" = no && test "$_dvdkit2" = no && _used_css=$_ld_css 3384 test "$_dvdkit" = no && test "$_dvdkit2" = no && _used_css=$_ld_css
3385 cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl && _dvdnav=yes 3385 cc_check $_inc_extra -I$_dvdnavdir $_legal_dvdnavdir -ldvdnav $_used_css $_ld_dl $_ld_pthread && _dvdnav=yes
3386 fi 3386 fi
3387 if test "$_dvdnav" = yes ; then 3387 if test "$_dvdnav" = yes ; then
3388 _largefiles=yes 3388 _largefiles=yes
3389 _def_dvdnav='#define USE_DVDNAV 1' 3389 _def_dvdnav='#define USE_DVDNAV 1'
3390 if test -n "$_legal_dvdnavdir" ; then 3390 if test -n "$_legal_dvdnavdir" ; then