This is the change which will restore putting the right Solaris libs...
in place if the ac_python_devel.m4 maintainers generate the references.
This commit is contained in:
parent
f4f7def4b2
commit
366b085b97
1 changed files with 4 additions and 2 deletions
|
@ -410,13 +410,15 @@ if test "x$python" = "xyes"; then
|
|||
if test "x$pythonfound" = "xyes"; then
|
||||
OLD_CPPFLAGS="$CPPFLAGS"
|
||||
OLD_CXXFLAGS="$CXXFLAGS"
|
||||
OLD_LDFLAGS="$LDFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $PYTHON_CFLAGS"
|
||||
LDFLAGS="$LDFLAGS $PYTHON_LDFLAGS"
|
||||
|
||||
AC_SUBST([PYTHON_CFLAGS])
|
||||
|
||||
LIBS="$LIBS $PYTHON_LDFLAGS"
|
||||
PYTHON_LIBS=$PYTHON_LDFLAGS
|
||||
LIBS="$LIBS $PYTHON_EXTRA_LIBS"
|
||||
PYTHON_LIBS="$PYTHON_EXTRA_LIBS"
|
||||
AC_SUBST([PYTHON_LIBS])
|
||||
|
||||
AC_SUBST(pkgpythondir)
|
||||
|
|
Loading…
Add table
Reference in a new issue