updated on Tue Jan 10 16:09:17 UTC 2012
[aur-mirror.git] / libhocr / configure.patch
blobf880cb9477141cf15d4175a09c3a8e6a113484be
1 --- src/libhocr-0.10.17/configure 2008-08-16 22:38:44.000000000 +0300
2 +++ configure 2011-01-04 18:27:58.736917784 +0200
3 @@ -20683,7 +20683,7 @@
6 if test "$have_python" = "yes"; then
7 - PY_PREFIX=`python -c 'import sys ; print sys.prefix'`
8 + PY_PREFIX=`$PYTHON -c 'import sys; print sys.prefix'`
9 { echo "$as_me:$LINENO: checking for $PY_PREFIX/include/python${PYTHON_VERSION}/Python.h" >&5
10 echo $ECHO_N "checking for $PY_PREFIX/include/python${PYTHON_VERSION}/Python.h... $ECHO_C" >&6; }
11 if test -f $PY_PREFIX/include/python${PYTHON_VERSION}/Python.h; then