From a827382cafe7f1425455dcc8bf5ef049172eb493 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Tue, 11 Apr 2017 03:56:00 +0300 Subject: python: use autoconf pre-processor when building via autoconf * configure.ac: Add AC_PROG_CPP. * lang/python/Makefile.am: Set CPP environment for setup.py to use. Signed-off-by: Alon Bar-Lev --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index becd156c..b4878ccf 100644 --- a/configure.ac +++ b/configure.ac @@ -109,6 +109,7 @@ AH_VERBATIM([_REENTRANT], #endif]) AC_PROG_CC +AC_PROG_CPP AC_PROG_CXX # Note: A suitable gitlog-to-changelog script can be found in GnuPG master. -- cgit v1.2.3