Ticket #2722: libavc1394-0.5.3-configure.diff
File libavc1394-0.5.3-configure.diff, 608 bytes (added by , 19 years ago) |
---|
-
configure
2447 2447 firewire_cable_box="no" 2448 2448 if has_library libiec61883 -a has_library libavc1394 ; then 2449 2449 if test x`which pkg-config 2>/dev/null` != x"" ; then 2450 if `pkg-config --atleast-version 0.5. 0libavc1394` ; then2450 if `pkg-config --atleast-version 0.5.3 libavc1394` ; then 2451 2451 if `pkg-config --atleast-version 1.0.0 libiec61883` ; then 2452 2452 firewire_cable_box="yes" 2453 2453 fi