Commit 01a1341d authored by Nils Goroll's avatar Nils Goroll

VARNISH_VMODTOOL from varnish.m4 should check for python

and it does since 49712a5fae5919e6e333d7164b98ef986b149c62
parent 493c74bb
......@@ -34,9 +34,6 @@ AC_HEADER_STDC
AC_CHECK_HEADERS([stdlib.h])
AC_CHECK_HEADERS([pthread.h])
# Check for python
AC_CHECK_PROGS(PYTHON, [python3 python3.1 python3.2 python2.7 python2.6 python2.5 python2 python], [AC_MSG_ERROR([Python is needed to build this vmod, please install python.])])
# Varnish include files tree
VARNISH_VMOD_INCLUDES
VARNISH_VMOD_DIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment