summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2013-04-06 15:01:25 +0200
committerPeter Stuge <peter@stuge.se>2013-04-06 15:01:25 +0200
commit307fcf90e9e537e97c4621bb3ba8f276a0f5d548 (patch)
tree46f58eef98e0b3da850c70ebcaa4210ac5b838a5 /configure.ac
parent3e1a99c0f8c5e9ace4748ff818146a70b9549092 (diff)
downloadlibsigrokdecode-307fcf90e9e537e97c4621bb3ba8f276a0f5d548.tar.gz
libsigrokdecode-307fcf90e9e537e97c4621bb3ba8f276a0f5d548.zip
configure.ac: Look for python-config-3.x besides python3.x-config.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 40a3450..ad5e626 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AM_PATH_GLIB_2_0([2.24.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.3-config python3.2-config python3.1-config python3.0-config])
+AC_CHECK_PROGS([PYTHON3_CONFIG], [python3-config python3.3-config python-config-3.3 python3.2-config python-config-3.2 python3.1-config python-config-3.1 python3.0-config python-config-3.0])
CPPFLAGS_PYTHON=""
LDFLAGS_PYTHON=""
case "$build" in