]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix --enable-single-binary=hardlinks with dash
authorSam James <sam@gentoo.org>
Sun, 8 Feb 2026 00:25:40 +0000 (00:25 +0000)
committerPádraig Brady <P@draigBrady.com>
Sun, 8 Feb 2026 11:18:34 +0000 (11:18 +0000)
commita72ad1216d8cf96be542e2e7a4dd1d6151d6087b
tree6bed93922d0ad2207b3797d6b2bc32c38c43db3b
parent1c4773e6ec2db542f877995a275502a871590c54
build: fix --enable-single-binary=hardlinks with dash

With dash as /bin/sh, you get the error
```
checking for sys/capability.h... yes
./configure: 95775: test: no: unexpected operator
checking for working fork... yes
```

* configure.ac: Use '=' in test for equality, not '==',
for POSIX shell compatibility.
* NEWS: Mention the build fix.
NEWS
configure.ac