From 8040d02dc633a49f2c3e33d1e7d1cde6e7974108 Mon Sep 17 00:00:00 2001 From: richardash1981 Date: Sat, 9 Aug 2014 20:00:42 +0000 Subject: [PATCH] marginal grammar change to comment in the configuration header file only. This does not alter the compiled code. --- m4/audacity_checklib_gstreamer.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/audacity_checklib_gstreamer.m4 b/m4/audacity_checklib_gstreamer.m4 index 1e44caffd..d575bd7f4 100644 --- a/m4/audacity_checklib_gstreamer.m4 +++ b/m4/audacity_checklib_gstreamer.m4 @@ -2,7 +2,7 @@ dnl add license? dnl dnl Please increment the serial number below whenever you alter this macro dnl for the benefit of automatic macro update systems -# audacity_checklib_gstreamer.m4 serial 3 +# audacity_checklib_gstreamer.m4 serial 4 AC_DEFUN([AUDACITY_CHECKLIB_GSTREAMER], [ @@ -36,6 +36,6 @@ AC_DEFUN([AUDACITY_CONFIG_GSTREAMER], [ if test "$GSTREAMER_USE_SYSTEM" = yes; then AC_DEFINE(USE_GSTREAMER, 1, - [Define if the GStreamer is present]) + [Define if GStreamer 1 is present]) fi ])