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 336900 - Invalid use of test(1) in configure
Invalid use of test(1) in configure
Status: RESOLVED FIXED
Product: fast-user-switch-applet
Classification: Deprecated
Component: Applet
Trunk
Other NetBSD
: Normal normal
: ---
Assigned To: Fast User Switch Applet Maintainer
Fast User Switch Applet Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-04-02 09:26 UTC by Julio Merino
Modified: 2006-04-14 00:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Sample patch. (2.26 KB, patch)
2006-04-02 09:27 UTC, Julio Merino
none Details | Review

Description Julio Merino 2006-04-02 09:26:39 UTC
The configure script calls test(1) in multiple places and uses its == operator.  This operator is a GNU extension, which means that those calls fail in many operating systems (e.g. NetBSD in my case) that have their own test(1) utility.

Those calls to test(1) should use the standard = operator, thus fixing these compatibility problems and making configure work appropriately.
Comment 1 Julio Merino 2006-04-02 09:27:05 UTC
Created attachment 62586 [details] [review]
Sample patch.
Comment 2 James Cape 2006-04-13 21:32:35 UTC
Thank you for the patch, this is fixed in CVS HEAD and 2.14.1.