From 70e2de6fc634b0f2ff5653b96504fe9f1c2c416d Mon Sep 17 00:00:00 2001 From: Suresh Sundriyal Date: Sat, 11 Apr 2015 18:19:34 -0700 Subject: [PATCH] [build] Remove the dependency on Python. We got rid of the only Python script that was run during the build phase to produce the sql table. This dependecy is no longer required. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8820e50c70f..20abc4b9d09 100644 --- a/configure.ac +++ b/configure.ac @@ -65,8 +65,6 @@ AC_PROG_RANLIB AC_PROG_LN_S AC_PROG_MAKE_SET -AM_PATH_PYTHON([2.4]) - AC_PATH_PROG(SQLITE3_CMD, [sqlite3]) if test x"$SQLITE3_CMD" = x""; then