aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kudu/files/patch-configure
blob: e98299470c75540a538984a54161575043a3736f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- configure.orig  Fri Dec 23 12:57:26 2005
+++ configure   Sun May  7 16:03:41 2006
@@ -3043,7 +3043,7 @@
 #define HAVE_PYTHON_H 1
 _ACEOF
 
-       let have_python+=1
+       have_python=$(($have_python+1))
    fi
 
    # Check for Python library path
@@ -3063,7 +3063,7 @@
        #AC_MSG_ERROR([cannot find Python library path])
        have_python=0
    else
-       let have_python+=1
+       have_python=$(($have_python+1))
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_LIBPYTHON 1