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

Collapse All | Expand All

(-)pygobject-3.22.0/configure (-1 / +1 lines)
Lines 13626-13632 Link Here
13626
if test "x$PYTHON_LIBS" = x; then
13626
if test "x$PYTHON_LIBS" = x; then
13627
  PYTHON_CONFIG=`which $PYTHON`-config
13627
  PYTHON_CONFIG=`which $PYTHON`-config
13628
  if test -x "$PYTHON_CONFIG"; then
13628
  if test -x "$PYTHON_CONFIG"; then
13629
    PYTHON_LIBS=`$PYTHON_CONFIG --ldflags 2>/dev/null`
13629
    PYTHON_LIBS=`$PYTHON_CONFIG --libs 2>/dev/null`
13630
  else
13630
  else
13631
    PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
13631
    PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}"
13632
  fi
13632
  fi

Return to bug 612378