Ticket #2722: libavc1394-0.5.3-configure.diff

File libavc1394-0.5.3-configure.diff, 608 bytes (added by jwestfall, 19 years ago)
  • configure

     
    24472447    firewire_cable_box="no"
    24482448    if has_library libiec61883 -a has_library libavc1394 ; then
    24492449        if test x`which pkg-config 2>/dev/null` != x"" ; then
    2450             if `pkg-config --atleast-version 0.5.0 libavc1394` ; then
     2450            if `pkg-config --atleast-version 0.5.3 libavc1394` ; then
    24512451                if `pkg-config --atleast-version 1.0.0 libiec61883` ; then
    24522452                    firewire_cable_box="yes"
    24532453                fi