configure.ac: refine Python 3 interpreter and dev. libraries detection
[babeltrace.git] / src / py-common / Makefile.am
index bc52700b17c77793c33002aeb3737b312ddb93ff..941124a9dbe7fb6835de30bc12139fa0c6d708d8 100644 (file)
@@ -1,4 +1,4 @@
-if HAVE_PYTHON
+if ENABLE_PYTHON_COMMON_DEPS
 AM_CPPFLAGS += $(PYTHON_INCLUDE)
 
 noinst_LTLIBRARIES = libbabeltrace2-py-common.la
@@ -6,4 +6,4 @@ noinst_LTLIBRARIES = libbabeltrace2-py-common.la
 libbabeltrace2_py_common_la_SOURCES = \
        py-common.c \
        py-common.h
-endif # HAVE_PYTHON
+endif # ENABLE_PYTHON_COMMON_DEPS
This page took 0.022715 seconds and 4 git commands to generate.