aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gizmod/files/fix-python-configure.patch
blob: 9b48c9790f8e7f7c57a40e3e750bbb3281d1d35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: gizmod-2.3/configure.ac
===================================================================
--- gizmod-2.3.orig/configure.ac
+++ gizmod-2.3/configure.ac
@@ -162,11 +162,7 @@ CFLAGS="$PYTHON_INC $CFLAGS"
 #	AC_MSG_ERROR([Cannot find python.h!])
 #	])
 
-AC_CHECK_FILE(${py_prefix}/include/python${py_ver}/Python.h, [
-	AC_DEFINE(HAVE_PYTHON_H, 1, [Has Python.h])
-	], [
-	AC_MSG_ERROR([Cannot find Python.h!])
-	])
+AC_DEFINE(HAVE_PYTHON_H, 1, [Has Python.h])
 
 CFLAGS="$OLD_CFLAGS"