Fix #696 - Find python as part of the configure process instead of hard coding it.

Change-Id: I66d91f16d156d1a940f41ab16a049fb38f0e8bc4
This commit is contained in:
Quanah Gibson-Mount
2020-04-28 20:16:40 +00:00
committed by Jeffrey Altman
parent d269c30b2b
commit 6415a2032e
2 changed files with 1 additions and 2 deletions

View File

@@ -89,8 +89,6 @@ idn_lookup_SOURCES = idn-lookup.c
LDADD = libwind.la $(LIB_roken)
PYTHON = python
if !MAINTAINER_MODE
skip_python = test -f $@ ||
endif