From 65686465e71c0ed3a55aa5b60f8d96a0df63ab21 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 8 Oct 2014 13:20:30 -0500 Subject: Set USE_PYTHON3 to yes/no depending on whether --with-python3 enabled --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 5eb08da4..2ca4101a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -44,6 +44,7 @@ datarootdir = @datarootdir@ pkgdatadir = $(datadir)/@PACKAGE_NAME@ pkgincludedir = $(includedir)/@PACKAGE_NAME@ PYTHONPATH = $(pythondir)$(PATH_SEPARATOR)$(DESTDIR)$(pythondir) +USE_PYTHON3 = @USE_PYTHON3@ # pkgpythondir = @pkgpythondir@ # pkgpyexecdir = @pkgpyexecdir@ -- cgit v1.2.3