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

(-)swig_complete.m4.orig (-1 / +1 lines)
Lines 161-167 Link Here
161
  if test -n "$SWIG_VERSION"; then
161
  if test -n "$SWIG_VERSION"; then
162
    AC_VERSION_AT_LEAST([$SWIG_VERSION],[1.3.24])
162
    AC_VERSION_AT_LEAST([$SWIG_VERSION],[1.3.24])
163
    if test x"$ac_version_at_least" = "xyes"; then
163
    if test x"$ac_version_at_least" = "xyes"; then
164
      SWIG_PYTHON_LIBS=""
164
      SWIG_PYTHON_LIBS="."
165
    else
165
    else
166
      SWIG_PYTHON_LIBS="$SWIG_RUNTIME_LIBS_DIR -lswigpy"
166
      SWIG_PYTHON_LIBS="$SWIG_RUNTIME_LIBS_DIR -lswigpy"
167
    fi
167
    fi

Return to bug 239563