summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2012-09-29 11:29:56 +0700
committerMichael Stahl <mstahl@redhat.com>2012-10-01 10:28:17 +0000
commit8c089f59b83a80aa5c2c5cba8e9cf7bfbaf426a9 (patch)
treeef7afc4f1abe0ffbc0713e9d1bed7219e29c7cc4
parent11b2959680a219b1bb608806159a8da8f5f4b810 (diff)
configure.in: edit message checking for new GStreamer 1.0
to not duplicate the message checking for old one and be consistent with the help message in AS_HELP_STRING Change-Id: I91e0a5ed0e2278de013d7872eadc6f93b970c231 Reviewed-on: https://gerrit.libreoffice.org/722 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7c7ce66297b6..906c530da25a 100644
--- a/configure.in
+++ b/configure.in
@@ -9519,7 +9519,7 @@ ENABLE_GSTREAMER=""
if test "$build_gstreamer" = "yes"; then
- AC_MSG_CHECKING([whether to enable the GStreamer avmedia backend])
+ AC_MSG_CHECKING([whether to enable the new GStreamer 1.0 avmedia backend])
if test "x$enable_gstreamer" != "xno"; then
ENABLE_GSTREAMER="TRUE"
AC_MSG_RESULT([yes])