summaryrefslogtreecommitdiff
blob: 10439ca2ddab471004125713ec029126de3553f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- acinclude.m4.old	2013-08-17 16:50:49.000000000 +0200
+++ acinclude.m4	2013-08-17 16:51:32.000000000 +0200
@@ -140,7 +140,7 @@
 _python_libbasemod=`grep '^BASEMODLIBS=' $python_configdir/Makefile | sed 's/^.*=//'`
 
 pgac_tab="	" # tab character
-python_libspec=`echo X"$_python_libs $_python_libc $_python_libm -lpython$python_version $_python_liblocalmod $_python_libbasemod" | sed -e 's/^X//' -e "s/[[ $pgac_tab]][[ $pgac_tab]]*/ /g"`
+python_libspec=`echo X"-lpython$python_version $_python_liblocalmod $_python_libbasemod $_python_libm $_python_libs $_python_libc" | sed -e 's/^X//' -e "s/[[ $pgac_tab]][[ $pgac_tab]]*/ /g"`
 LIBS="$LIBS $python_libspec"
 LDFLAGS="$LDFLAGS -L$python_configdir $python_linkforshared"
 AC_MSG_RESULT([${python_libspec}])