diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-12-12 19:45:52 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-12-12 19:45:52 +0100 |
commit | 2b7e4c8b89d60394c186e73f55411d565d13abf6 (patch) | |
tree | 1bfc003d6f2c347644544b339bdb1a239faf1d53 /configure.ac | |
parent | f2e114dedd0456eee1858b1fc9d129b70b1d627a (diff) | |
download | libsigrokdecode-2b7e4c8b89d60394c186e73f55411d565d13abf6.tar.gz libsigrokdecode-2b7e4c8b89d60394c186e73f55411d565d13abf6.zip |
configure.ac: Also check for python3.3-config.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |