summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-run-waveform/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-run-waveform/configure.ac b/gr-run-waveform/configure.ac
index 72246fa1c..752a99886 100644
--- a/gr-run-waveform/configure.ac
+++ b/gr-run-waveform/configure.ac
@@ -42,6 +42,9 @@ AC_HEADER_STDC
dnl Get the paths to the Guile headers and library
GUILE_DEVEL
+AC_PATH_PROG(PYTHON, python)
+AC_SUBST(PYTHON)
+
AC_CONFIG_FILES([\
Makefile \
])