X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=91516fdb2d6cb4f0763161b5ffcb2a9ae9b9543f;hb=c958ab59d60992504046d73c7bf41db4fd7747fd;hp=2f9b06f097c006a10891b62450f9a2b1eb7817cc;hpb=a6dc3dacab23bf7c8da008f21a03e2a1242e77ea;p=libsigrok.git diff --git a/configure.ac b/configure.ac index 2f9b06f0..91516fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -337,7 +337,7 @@ AS_IF([test "x$BINDINGS_CXX" = xyes], # The Python bindings need Python development files. SR_PKG_CHECK([python_dev], [SR_PKGLIBS_PYTHON], - [python >= 2.7], [python2 >= 2.7], [python27 >= 2.7]) + [python >= 2.7], [python2 >= 2.7], [python27 >= 2.7], [python-2.7 >= 2.7]) AS_IF([test "x$sr_have_python_dev" != xyes], [SR_APPEND([sr_python_missing], [', '], [Headers])])