]> sigrok.org Git - libsigrokdecode.git/blobdiff - configure.ac
Cosmetics, fix typos.
[libsigrokdecode.git] / configure.ac
index 56dce1047496148521bfd29216b880d6562d26b0..e024014668a7952a763692f8aef34fc36e929971 100644 (file)
@@ -102,7 +102,8 @@ case "$build" in
        # On Darwin, Macports has python3.x-config, fink has python3-config.
        # Mac OS X (Snow Leopard) ships with 'python-config' per default, but
        # that's Python 2.x, so not useful for us.
-       # Everything else is untested, we just hope 'PYTHON3_CONFIG' works.
+       # Everything else is untested, we just hope some $PYTHON3_CONFIG
+       # (i.e., any of the tools we check for above) is available.
        if test -n "$PYTHON3_CONFIG"; then
                CPPFLAGS_PYTHON="$($PYTHON3_CONFIG --includes)"
                LDFLAGS_PYTHON="$($PYTHON3_CONFIG --ldflags)"