From dcc8cf2e65d1aa555cce12431a16547e66b469ee Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 27 Apr 2010 16:31:00 +0100 Subject: Merge webkit.org at r58033 : Initial merge by git Change-Id: If006c38561af287c50cd578d251629b51e4d8cd1 --- autotools/webkit.m4 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'autotools') diff --git a/autotools/webkit.m4 b/autotools/webkit.m4 index 670cec3..379fa8f 100644 --- a/autotools/webkit.m4 +++ b/autotools/webkit.m4 @@ -50,6 +50,11 @@ if test -z "$PERL"; then AC_MSG_ERROR([You need 'perl' to compile WebKit]) fi +AC_PATH_PROG(PYTHON, python) +if test -z "$PYTHON"; then + AC_MSG_ERROR([You need 'python' to compile WebKit]) +fi + AC_PATH_PROG(BISON, bison) if test -z "$BISON"; then AC_MSG_ERROR([You need the 'bison' parser generator to compile WebKit]) -- cgit v1.1