From: Matthias Runge Date: Tue, 17 Dec 2019 14:35:33 +0000 (+0100) Subject: Merge pull request #3352 from ryan-mccabe/leak-fixes X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=9fa4e7a7eb7eebba09456b4c9432c119bbe3c401;hp=de407dd4e036f73e9bd4658af9d71f504fc11109;p=collectd.git Merge pull request #3352 from ryan-mccabe/leak-fixes Leak fixes --- diff --git a/configure.ac b/configure.ac index 9fc40b17..00e1f6a5 100644 --- a/configure.ac +++ b/configure.ac @@ -4711,7 +4711,7 @@ if test "$PYTHON_CONFIG" != ""; then if test $? -ne 0; then with_libpython="no" fi - LIBPYTHON_LDFLAGS="`${PYTHON_CONFIG} --ldflags`" + LIBPYTHON_LDFLAGS="`${PYTHON_CONFIG} --ldflags --embed`" || LIBPYTHON_LDFLAGS="`${PYTHON_CONFIG} --ldflags`" if test $? -ne 0; then with_libpython="no" fi