[Bug 740953] New: configure.ac: unportable test(1) comparison operator

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 1 00:16:00 PST 2014


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

           Summary: configure.ac: unportable test(1) comparison operator
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Mac OS
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: wiz at danbala.tuwien.ac.at
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=291866)
 View: https://bugzilla.gnome.org/attachment.cgi?id=291866
 Review: https://bugzilla.gnome.org/review?bug=740953&attachment=291866

Patch addressing the issue.

configure.ac uses the test(1) '==' comparison operator, which is only supported
by bash's test(1), not even by the one coming with GNU coreutils. Please use
'=' instead.

-- 
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