]> git.pld-linux.org Git - packages/crossfire.git/blob - crossfire-python.patch
- merge from DEVEL
[packages/crossfire.git] / crossfire-python.patch
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.019789 seconds and 3 git commands to generate.