diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-07 22:30:17 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2013-01-13 00:49:23 +0100 |
commit | d523eae6e0617e6ad5055738ea4864deacae4313 (patch) | |
tree | e7cb74b97b6d18d4a549abd745147e941115d5e6 /configure.ac | |
parent | 90a31a01c5afe1a51dbe6b5e90a88e54adfe7d1c (diff) | |
download | libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.tar.gz libsigrokdecode-d523eae6e0617e6ad5055738ea4864deacae4313.zip |
Cosmetics, fix typos.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 56dce10..e024014 100644 --- a/configure.ac +++ b/configure.ac @@ -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)" |