From b59044a515a799b7cb7d83f0bdb688a62d31cdb5 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 13 Oct 2012 12:58:12 +0200 Subject: [PATCH] Fix issue in configure file --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f94456af..dfdbf8524 100644 --- a/configure.ac +++ b/configure.ac @@ -193,7 +193,7 @@ fc_py_ac_save_ldflags=$LDFLAGS fc_py_ac_save_libs=$LIBS CPPFLAGS="$CPPFLAGS -I$fc_py_incs" LDFLAGS="$LDFLAGS -L$fc_py_libs" -LIBS="-lpython$PYTHON_VERSION" +LIBS="-lpython$PYTHON_VERSION -lpthread -ldl -lutil -lm" dnl Small test program that only works with Python 2.5 and higher fc_cv_lib_py_avail=no