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

Collapse All | Expand All

(-)a/m4/ul.m4 (-2 / +2 lines)
Lines 461-468 Link Here
461
    AC_CHECK_TOOL(SUFFIX[]6_CONFIG, suffix[]6-config)
461
    AC_CHECK_TOOL(SUFFIX[]6_CONFIG, suffix[]6-config)
462
    if AC_RUN_LOG([$SUFFIX[]6_CONFIG --version >/dev/null]); then
462
    if AC_RUN_LOG([$SUFFIX[]6_CONFIG --version >/dev/null]); then
463
      have_[]suffix=yes
463
      have_[]suffix=yes
464
      NCURSES_LIBS=`$SUFFIX[]6_CONFIG --libs`
464
      NCURSES_LIBS=`/usr/armv7a-pip-linux-gnueabi/usr/bin/ncursesw6-config --libs`
465
      NCURSES_CFLAGS=`$SUFFIX[]6_CONFIG --cflags`
465
      NCURSES_CFLAGS=`/usr/armv7a-pip-linux-gnueabi/usr/bin/ncursesw6-config --cflags`
466
    else
466
    else
467
      have_[]suffix=no
467
      have_[]suffix=no
468
    fi
468
    fi

Return to bug 654034