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 135115 - Use of non-standard test(1) operator
Use of non-standard test(1) operator
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.7.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-02-22 12:00 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sample patch (509 bytes, patch)
2004-02-22 12:00 UTC, Julio Merino
none Details | Review

Description Julio Merino 2004-02-22 12:00:02 UTC
The as-docbook.m4 file, used when generating gstreamer's configure, and 
included in gstreamer/common/m4, calls the test utility using the == 
operator.  This is not POSIX (a GNU extension), which fails on some 
systems that don't support it, like NetBSD.  This results in incorrect 
detection of xsltproc. 
 
The solution is trivial: replace the == operator with =, which is 
standard.
Comment 1 Julio Merino 2004-02-22 12:00:56 UTC
Created attachment 24651 [details] [review]
Sample patch
Comment 2 Julio Merino 2004-02-22 13:12:14 UTC
This problem is also present in gst-plugins. 
Comment 3 Benjamin Otte (Company) 2004-02-22 15:18:44 UTC
fixed in CVS