Lines 1-20
Link Here
|
1 |
--- configure.orig Fri Dec 23 12:57:26 2005 |
1 |
--- configure.orig Tue Sep 12 23:25:45 2006 |
2 |
+++ configure Sun May 7 16:03:41 2006 |
2 |
+++ configure Fri Sep 15 00:47:10 2006 |
3 |
@@ -3043,7 +3043,7 @@ |
3 |
@@ -3095,7 +3095,7 @@ |
4 |
#define HAVE_PYTHON_H 1 |
4 |
#define HAVE_PYTHON_H 1 |
5 |
_ACEOF |
5 |
_ACEOF |
6 |
|
6 |
|
7 |
- let have_python+=1 |
7 |
- let have_python+=1 |
8 |
+ have_python=$(($have_python+1)) |
8 |
+ have_python=$(($have_python+1)) |
9 |
fi |
9 |
fi |
10 |
|
10 |
|
11 |
# Check for Python library path |
11 |
# Check for Python library path |
12 |
@@ -3063,7 +3063,7 @@ |
12 |
@@ -3115,7 +3115,7 @@ |
13 |
#AC_MSG_ERROR([cannot find Python library path]) |
13 |
#AC_MSG_ERROR([cannot find Python library path]) |
14 |
have_python=0 |
14 |
have_python=0 |
15 |
else |
15 |
else |
16 |
- let have_python+=1 |
16 |
- let have_python+=1 |
17 |
+ have_python=$(($have_python+1)) |
17 |
+ have_python=$(($have_python+1)) |
18 |
|
18 |
|
19 |
cat >>confdefs.h <<\_ACEOF |
19 |
cat >>confdefs.h <<\_ACEOF |
20 |
#define HAVE_LIBPYTHON 1 |
20 |
#define HAVE_LIBPYTHON 1 |