Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417539 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in (-2 / +2 lines)
Lines 198-204 Link Here
198
  if test "$withval" != "no" -a "$withval" != "yes"; then
198
  if test "$withval" != "no" -a "$withval" != "yes"; then
199
    LZMA_DIR=$withval
199
    LZMA_DIR=$withval
200
    CPPFLAGS="${CPPFLAGS} -I$withval/include"
200
    CPPFLAGS="${CPPFLAGS} -I$withval/include"
201
    LDFLAGS="${LDFLAGS} -L$withval/lib"
201
    LIBS="${LIBS} -L$withval/lib"
202
  fi
202
  fi
203
])
203
])
204
AC_ARG_WITH(coverage,
204
AC_ARG_WITH(coverage,
Lines 1372-1378 Link Here
1372
    if ${ICU_CONFIG} --cflags >/dev/null 2>&1
1372
    if ${ICU_CONFIG} --cflags >/dev/null 2>&1
1373
    then
1373
    then
1374
        ICU_LIBS=`icu-config --ldflags`
1374
        ICU_LIBS=`icu-config --ldflags`
1375
        LDFLAGS="$LDFLAGS $ICU_LIBS"
1375
        LIBS="$LIBS $ICU_LIBS"
1376
        WITH_ICU=1
1376
        WITH_ICU=1
1377
        echo Enabling ICU support
1377
        echo Enabling ICU support
1378
    else
1378
    else

Return to bug 417539