1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-19 16:57:32 +03:00

[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.
This commit is contained in:
Suresh Sundriyal 2015-04-11 18:19:34 -07:00
parent 1b9f96852b
commit 70e2de6fc6

View File

@ -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