improved python detection and added --with-pythonincdir for configure.in

This commit is contained in:
Jaroslav Kysela 2007-08-31 15:22:26 +02:00
parent 77603ff798
commit dcdf8c2a00
3 changed files with 13 additions and 4 deletions

View file

@ -19,11 +19,11 @@
*
*/
#include "Python.h"
#include <stddef.h>
#include "config.h"
#include "asoundlib.h"
#include "mixer_abst.h"
#include <python/Python.h>
struct python_priv {
int py_initialized;