1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-01 00:19:27 +02:00

marginal grammar change to comment in the configuration header file only. This does not alter the compiled code.

This commit is contained in:
richardash1981 2014-08-09 20:00:42 +00:00
parent b3b7ef86d1
commit 8040d02dc6

View File

@ -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
])