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 583910 - Unportable test(1) construct in configure script
Unportable test(1) construct in configure script
Status: RESOLVED DUPLICATE of bug 583911
Product: libsoup
Classification: Core
Component: Misc
2.26.x
Other NetBSD
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-05-26 16:35 UTC by Thomas Klausner
Modified: 2009-05-26 16:42 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Thomas Klausner 2009-05-26 16:35:56 UTC
The configure script uses the unportable bash "==" comparison operator for test(1). It is not supported by most other shells or even test(1) from GNU coreutils. Please use "=" instead.
Comment 1 Thomas Klausner 2009-05-26 16:42:09 UTC

*** This bug has been marked as a duplicate of 583911 ***