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 681952 - configure: missing AC_LANG_PROGRAM call for DirectShow tests
configure: missing AC_LANG_PROGRAM call for DirectShow tests
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal trivial
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-08-15 22:33 UTC by Brian Pepple
Modified: 2012-08-16 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add missing AC_LANG_PROGRAM call (913 bytes, patch)
2012-08-15 22:33 UTC, Brian Pepple
committed Details | Review

Description Brian Pepple 2012-08-15 22:33:41 UTC
Created attachment 221326 [details] [review]
Patch to add missing AC_LANG_PROGRAM call

While removing non-free plugins from the tarball for Fedora's package, I ran across the following error:
<snip>
configure.ac:556: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:556: the top level
configure.ac:556: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
</snip>

The attached patch should add the missing AC_LANG_PROGRAM call.
Comment 1 Tim-Philipp Müller 2012-08-16 22:01:18 UTC
Pushed, thanks:

commit 0c5893c0fad7515c10d910a723b82f8f64706c6f
Author: Brian Pepple <bpepple@fedoraproject.org>
Date:   Wed Aug 15 18:28:09 2012 -0400

    configure: add missing AC_LANG_PROGRAM call to DirectShow tests
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681952