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

(-)work-old/libxml2-2.9.1/configure.in (-1 / +4 lines)
Lines 1389-1395 ICU_LIBS="" Link Here
1389
if test "$with_icu" != "yes" ; then
1389
if test "$with_icu" != "yes" ; then
1390
    echo Disabling ICU support
1390
    echo Disabling ICU support
1391
else
1391
else
1392
    ICU_CONFIG=icu-config
1392
    if test "x$ICU_CONFIG" = x; then
1393
        ICU_CONFIG=icu-config
1394
    fi
1395
1393
    if ${ICU_CONFIG} --cflags >/dev/null 2>&1
1396
    if ${ICU_CONFIG} --cflags >/dev/null 2>&1
1394
    then
1397
    then
1395
        ICU_LIBS=`${ICU_CONFIG} --ldflags`
1398
        ICU_LIBS=`${ICU_CONFIG} --ldflags`

Return to bug 480404