]> git.pld-linux.org Git - packages/crossfire.git/blame - crossfire-python.patch
fix detecting shared libpython
[packages/crossfire.git] / crossfire-python.patch
CommitLineData
9092b4dd
AF
1--- crossfire-1.3.0/configure.in.python Mon Jul 8 22:13:02 2002
2+++ crossfire-1.3.0/configure.in Mon Jul 8 22:13:19 2002
3@@ -163,7 +163,7 @@
4 dnl since it also relies on the previous detection of
5 dnl Python.h
6 echo -n "checking for python lib... "
7-PYTHON_LIB=`echo /usr/lib/python*/config/libpython*.a`
8+PYTHON_LIB=`echo /usr/lib/libpython*.so`
9 if test ! -f $PYTHON_LIB ; then
10 echo "no"
11 PYTHON_LIB=""
This page took 0.045675 seconds and 4 git commands to generate.