changeset 7053:e5f7dba0d628

dvdnav wasn't selected for compilation together with mpdvdkit2. patch by Jonas Jermann <jjermann@gmx.net>
author arpi
date Wed, 21 Aug 2002 20:28:24 +0000
parents f3b2f31332fc
children 93d385771dc9
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Aug 21 19:12:13 2002 +0000
+++ b/configure	Wed Aug 21 20:28:24 2002 +0000
@@ -3132,7 +3132,7 @@
   fi
   test -z "$_dvdnavdir" && test -n "$_dvdnavconfig" && _dvdnavdir=`$_dvdnavconfig --cflags`
   _used_css=
-  test "$_dvdkit" = no && _used_css=$_ld_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
 fi
 if test "$_dvdnav" = yes ; then