aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <[email protected]>2017-04-11 00:56:00 +0000
committerJustus Winter <[email protected]>2017-04-11 08:24:44 +0000
commita827382cafe7f1425455dcc8bf5ef049172eb493 (patch)
treec92df9e4b398df081663991ddbc91988b12442aa /configure.ac
parentpython: fix run-tests missing python_libdir (diff)
downloadgpgme-a827382cafe7f1425455dcc8bf5ef049172eb493.tar.gz
gpgme-a827382cafe7f1425455dcc8bf5ef049172eb493.zip
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 <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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.