Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 476376
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- redland-1.0.16/configure.ac
0
++ redland-1.0.16/configure.ac
Lines 322-328 Link Here
322
    fi
322
    fi
323
323
324
    # Sigh!  And this still might not be good enough.
324
    # Sigh!  And this still might not be good enough.
325
    for bdbc_version in 5.3 5.2 5.1 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do
325
    for bdbc_version in 6.0 5.3 5.2 5.1 5.0 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4.0 4 3.3 3.2 3.1 3 2; do
326
      bdbc_major=`echo $bdbc_version | sed -e 's/^\(.\).*$/\1/'`;
326
      bdbc_major=`echo $bdbc_version | sed -e 's/^\(.\).*$/\1/'`;
327
      bdbc_version2=`echo $bdbc_version | sed -e 's/^\(.\).\(.\)$/\1\2/'`
327
      bdbc_version2=`echo $bdbc_version | sed -e 's/^\(.\).\(.\)$/\1\2/'`
328
328

Return to bug 476376