]> git.ipfire.org Git - thirdparty/ipset.git/commit
configure.ac: fix bashisms
authorSam James <sam@gentoo.org>
Sat, 28 Jan 2023 18:25:33 +0000 (19:25 +0100)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Sat, 28 Jan 2023 18:25:33 +0000 (19:25 +0100)
commite55645ac6411a0e0596ce5f206f1d57f1eaba45c
tree69cde0c1c3e85cc3b37cf5d905afdd687c2a669f
parent326932be0c4f47756f9809cad5a103ac310f700d
configure.ac: fix bashisms

configure scripts need to be runnable with a POSIX-compliant /bin/sh.

On many (but not all!) systems, /bin/sh is provided by Bash, so errors
like this aren't spotted. Notably Debian defaults to /bin/sh provided
by dash which doesn't tolerate such bashisms as '=='.

This retains compatibility with bash.

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
configure.ac