GNOME Bugzilla – Bug 681952
configure: missing AC_LANG_PROGRAM call for DirectShow tests
Last modified: 2012-08-16 22:01: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.
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