[Gstreamer-bugs] [Bug 139034] New: - Non-standard test(1) operator used in configure script
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Sun Apr 4 07:25:30 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=139034
Summary: Non-standard test(1) operator used in configure script
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-maint at bugzilla.gnome.org
ReportedBy: jmmv at menta.net
QAContact: gstreamer-maint at bugzilla.gnome.org
The configure script of gst-plugins has two calls to test(1) with the '=='
operator in them. This is only recognized by the GNU test utility (it's an
extensions), but has nothing to do with the POSIX specification. This causes
problems in NetBSD, for example, as the native test(1) utility doesn't recognize
this operator. Instead, one must use '='.
The fix is trivial. Patch attached.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.
More information about the Gstreamer-bugs
mailing list