summaryrefslogtreecommitdiffstats
path: root/src/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac
index d90740d9fef..5e02adc1160 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -202,6 +202,15 @@ AM_COND_IF([ENABLE_JAPI],
])
###############################################################################
+# PYTHON
+###############################################################################
+
+AM_COND_IF([ENABLE_PAPI],
+[
+ AM_PATH_PYTHON
+])
+
+###############################################################################
# Output
###############################################################################