After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 645513 - redundant use of AC_MSG_RESULT() in configure.ac
redundant use of AC_MSG_RESULT() in configure.ac
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
git master
Other Linux
: Normal minor
: 0.10.33
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-22 11:40 UTC by Luis de Bethencourt
Modified: 2011-05-09 09:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch against gst-plugins-bad (6.21 KB, patch)
2011-03-22 11:40 UTC, Luis de Bethencourt
committed Details | Review
patch against gst-plugins-base (700 bytes, patch)
2011-03-22 11:47 UTC, Luis de Bethencourt
committed Details | Review
patch against gst-plugins-good (981 bytes, patch)
2011-03-22 11:55 UTC, Luis de Bethencourt
committed Details | Review
patch against gst-plugins-ugly (747 bytes, patch)
2011-03-22 12:01 UTC, Luis de Bethencourt
committed Details | Review
patch against gst-python (1.39 KB, patch)
2011-03-22 12:05 UTC, Luis de Bethencourt
committed Details | Review

Description Luis de Bethencourt 2011-03-22 11:40:28 UTC
Created attachment 184049 [details] [review]
patch against gst-plugins-bad

some configure.ac files have redundant uses of AC_MSG_RESULT()
this makes an unnecessary print in the terminal when running ./configure

like for example:

checking for CURL... no
no
configure: *** These plugins will not be built: curl
Comment 1 Luis de Bethencourt 2011-03-22 11:47:04 UTC
Created attachment 184050 [details] [review]
patch against gst-plugins-base
Comment 2 Luis de Bethencourt 2011-03-22 11:55:11 UTC
Created attachment 184051 [details] [review]
patch against gst-plugins-good
Comment 3 Luis de Bethencourt 2011-03-22 12:01:24 UTC
Created attachment 184053 [details] [review]
patch against gst-plugins-ugly
Comment 4 Luis de Bethencourt 2011-03-22 12:05:47 UTC
Created attachment 184054 [details] [review]
patch against gst-python
Comment 5 Luis de Bethencourt 2011-03-22 12:06:36 UTC
That should be all of them :)