Skip to content

Commit

Permalink
[build] Remove the dependency on Python.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sureshsundriyal committed Apr 12, 2015
1 parent 1b9f968 commit 70e2de6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70e2de6

Please sign in to comment.