X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=configure.ac;h=7dab1fe7aa5d7a2fe8c2402d442bfe705c887f26;hp=ceeb7477c2d8ab38cbae18e81f63fc814ea01f65;hb=2b7e4c8b89d60394c186e73f55411d565d13abf6;hpb=f2e114dedd0456eee1858b1fc9d129b70b1d627a diff --git a/configure.ac b/configure.ac index ceeb747..7dab1fe 100644 --- a/configure.ac +++ b/configure.ac @@ -83,7 +83,7 @@ AM_PATH_GLIB_2_0([2.28.0], # Python support. We require at least Python >= 3.0. AC_ARG_VAR([PYTHON3_CONFIG], [path to python3-config utility]) -AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.2-config python3.1-config python3.0-config]) +AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.3-config python3.2-config python3.1-config python3.0-config]) CPPFLAGS_PYTHON="" LDFLAGS_PYTHON="" case "$build" in