Update of /cvsroot/playerstage/code/player
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8636
Modified Files:
configure.ac
Log Message:
fixed test for Python.h
Index: configure.ac
===================================================================
RCS file: /cvsroot/playerstage/code/player/configure.ac,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** configure.ac 30 May 2006 22:24:50 -0000 1.75
--- configure.ac 31 May 2006 19:08:25 -0000 1.76
***************
*** 99,103 ****
dnl Check for python c header
! AC_CHECK_HEADER(Python.h,
dnl Do we have Python development tools?
AC_MSG_CHECKING([for the distutils Python package])
--- 99,109 ----
dnl Check for python c header
! PYTHON_VERSION=`python -V 2>&1 | grep -o "[[0-9]].[[0-9]]"`
! PYTHON_HEADER="python"$PYTHON_VERSION"/Python.h"
! if test ! -f "/usr/include/$PYTHON_HEADER"; then
! PYTHON_HEADER=python/Python.h
! fi
!
! AC_CHECK_HEADER($PYTHON_HEADER,
dnl Do we have Python development tools?
AC_MSG_CHECKING([for the distutils Python package])
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit