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

@@ -18,6 +18,7 @@ dnl Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_CPP
AM_PATH_PYTHON
AC_CHECK_PROG(CLANG_FORMAT, clang-format, [clang-format], [no])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

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