summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorStéphane Loeuillet <gstreamer@leroutier.net>2004-09-17 20:52:31 +0000
committerStéphane Loeuillet <gstreamer@leroutier.net>2004-09-17 20:52:31 +0000
commitb9f6c469bb7d61d05a18be139c9e172b6e403bd7 (patch)
treec0b49847ce11161f314907a308bd7d2b44200895 /m4
parent5b1a221fbf22c08d78f41b302a91508ddee30071 (diff)
- say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against ...
Original commit message from CVS: - say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against 2.x.x)
Diffstat (limited to 'm4')
-rw-r--r--m4/gst-sid.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gst-sid.m4 b/m4/gst-sid.m4
index 0af8f3aa..8ae28772 100644
--- a/m4/gst-sid.m4
+++ b/m4/gst-sid.m4
@@ -2,7 +2,7 @@ dnl check for sidplay
AC_DEFUN([GST_PATH_SIDPLAY],
[
-AC_MSG_CHECKING([for libsidplay])
+AC_MSG_CHECKING([for libsidplay 1.36.x])
AC_LANG_PUSH(C++)