From: Uwe Hermann Date: Wed, 12 Dec 2012 18:45:52 +0000 (+0100) Subject: configure.ac: Also check for python3.3-config. X-Git-Tag: libsigrokdecode-0.1.1~18 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=2b7e4c8b89d60394c186e73f55411d565d13abf6 configure.ac: Also check for python3.3-config. --- 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