diff --git a/Makefile.config.in b/Makefile.config.in index 25c9b0a7b27..034962a7dbf 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -28,6 +28,9 @@ CXX = @CXX@ # Path to the CC binary, which use used by testcases for native builds. CC := @CC@ +# Path to the Python interpreter +PYTHON := @PYTHON@ + # Linker flags. LDFLAGS+=@LDFLAGS@