diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 17:13:29 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-12-14 17:13:29 +0000 |
commit | c7045abb3b1db7383830d1f1fa6f93c668655523 (patch) | |
tree | 30c111478815599dcb3972f06d4ab0e5f623f6dc /configure.ac | |
parent | e0a0ff019c951bf7bb6ec6825b5b4010a863c4a3 (diff) |
trademark protection
Original commit message from CVS:
trademark protection
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d59b4526..30546d48 100644 --- a/configure.ac +++ b/configure.ac @@ -1340,7 +1340,7 @@ AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]), no) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;; *) GST_PACKAGE="${withval}" ;; esac], -[GST_PACKAGE="Gstreamer"]) dnl Default value +[GST_PACKAGE="GStreamer"]) dnl Default value AC_MSG_NOTICE(Using $GST_PACKAGE as package name) AC_DEFINE_UNQUOTED(GST_PACKAGE, "$GST_PACKAGE", [package name in plugins]) dnl package origin URL |