GNOME Bugzilla – Bug 336900
Invalid use of test(1) in configure
Last modified: 2006-04-14 00:57:32 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.
Created attachment 62586 [details] [review] Sample patch.
Thank you for the patch, this is fixed in CVS HEAD and 2.14.1.