projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e114d
)
configure.ac: Also check for python3.3-config.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 12 Dec 2012 18:45:52 +0000
(19:45 +0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 12 Dec 2012 18:45:52 +0000
(19:45 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ceeb7477c2d8ab38cbae18e81f63fc814ea01f65..7dab1fe7aa5d7a2fe8c2402d442bfe705c887f26 100644
(file)
--- 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