summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-01-02 14:23:15 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2012-01-02 14:23:52 +0100
commit084f0f94deedb52ced0c96590a621339973eb7a7 (patch)
treef56db743baf57bf10a17f7adc447b0d4c3dcf78e /configure.ac
parent804404fc6d9393e4169c64f47c5adefaefb61480 (diff)
downloadlibsigrokdecode-084f0f94deedb52ced0c96590a621339973eb7a7.tar.gz
libsigrokdecode-084f0f94deedb52ced0c96590a621339973eb7a7.zip
srd: configure.ac: Add comment.
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 8e1b8f7..aecec7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ AC_SUBST(SIGROKDECODE_LT_LDFLAGS)
AM_PATH_GLIB_2_0([2.22.0],
[CFLAGS="$CFLAGS $GLIB_CFLAGS"; LIBS="$LIBS $GLIB_LIBS"])
-# Python support.
+# Python support. We require at least Python >= 3.0.
CPPFLAGS_PYTHON=""
LDFLAGS_PYTHON=""
case "$build" in