diff options
author | Julio M. Merino Vidal <jmmv@NetBSD.org> | 2006-08-02 19:06:08 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2006-08-02 19:06:08 -0400 |
commit | 9fd02f953ee4369aa6f7b141e67ae4331ba1fc58 (patch) | |
tree | 39e23a64a89ade3c1c37bc568c1ff770065fd029 /libhal-storage | |
parent | b0402cb222a6f9966947a750d1be39fb04582ff7 (diff) |
do not use GNU specific == operator in calls to test(1) (bug 6467)
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.
Diffstat (limited to 'libhal-storage')
0 files changed, 0 insertions, 0 deletions