diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8e1b8f7..aecec7c 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AC_SUBST(SIGROKDECODE_LT_LDFLAGS) AM_PATH_GLIB_2_0([2.22.0], [CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"]) -# Python support. +# Python support. We require at least Python >= 3.0. CPPFLAGS_PYTHON="" LDFLAGS_PYTHON="" case "$build" in |