comparison configure @ 26286:fc1724f6552c

Darwin and Win32 DVD support libs are handled separately, take them back out of the combined system and DVD header test in the dvdread check.
author diego
date Tue, 01 Apr 2008 21:59:39 +0000
parents fc0c115a793e
children 6391385d7367
comparison
equal deleted inserted replaced
26285:fc0c115a793e 26286:fc1724f6552c
5411 5411
5412 echocheck "dvdread" 5412 echocheck "dvdread"
5413 if test "$_dvdread_internal" = auto ; then 5413 if test "$_dvdread_internal" = auto ; then
5414 _dvdread_internal=no 5414 _dvdread_internal=no
5415 _dvdread=no 5415 _dvdread=no
5416 if (linux || freebsd || netbsd || openbsd || dragonfly || darwin || win32 || sunos || hpux) && \ 5416 if (linux || freebsd || netbsd || openbsd || dragonfly || sunos || hpux) \
5417 (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \ 5417 && (test "$_dvd" = yes || test "$_cdrom" = yes || test "$_cdio" = yes || \
5418 test "$_dvdio" = yes || test "$_bsdi_dvd" = yes); then 5418 test "$_dvdio" = yes || test "$_bsdi_dvd" = yes) \
5419 || darwin || win32; then
5419 _dvdread_internal=yes 5420 _dvdread_internal=yes
5420 _dvdread=yes 5421 _dvdread=yes
5421 fi 5422 fi
5422 elif test "$_dvdread" = auto ; then 5423 elif test "$_dvdread" = auto ; then
5423 _dvdread=no 5424 _dvdread=no