[Bug 723995] New: winks configure test is broken - missing braces

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 9 20:15:59 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=723995
  GStreamer | gst-plugins-bad | git

           Summary: winks configure test is broken - missing braces
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: lrn1986 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


AC_LANG_PROGRAM() call in winks test in gst-plugins-bad configure.ac is missing
braces and a comma. The result is that there's only a single argument to
AC_LANG_PROGRAM(), which contains both prolog and body, whereas it should have
prolog in the first argument and body in the second.
Autoconf figures that it should just use an empty body, since one isn't
provided, and we end up with a conftest that has two main() functions.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list