X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=configure.ac;h=7cdf2c7d05f2b9b3d1a52a11a1b83d7bf1e595e8;hp=172d4e186cb594ed527bcf2ae1b1322cb81032b5;hb=2e5e386539ad6514fb01d7d1e02b2da66a538334;hpb=faa20ef796abc91656c5c583970db9a9f4daf911 diff --git a/configure.ac b/configure.ac index 172d4e18..7cdf2c7d 100644 --- a/configure.ac +++ b/configure.ac @@ -4761,7 +4761,7 @@ if test "$PYTHON_CONFIG" != ""; then if test $? -ne 0; then with_libpython="no" fi - LIBPYTHON_LIBS="`${PYTHON_CONFIG} --libs`" + LIBPYTHON_LIBS="`${PYTHON_CONFIG} --libs --embed`" || LIBPYTHON_LIBS="`${PYTHON_CONFIG} --libs`" if test $? -ne 0; then with_libpython="no" fi