]> www.infradead.org Git - users/mchehab/rasdaemon.git/commit
configure.ac: fix bashisms
authorSam James <sam@gentoo.org>
Thu, 29 Dec 2022 17:23:47 +0000 (17:23 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sat, 21 Jan 2023 06:41:48 +0000 (07:41 +0100)
commit560b6e90c110576d62aec7913e957dd73278983d
tree722665ea23f19d8b66080b2f485a84fcc0cedac1
parentb8353fc0d5f41faab08e82eb80baa7961f0b9883
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: Mauro Carvalho Chehab <mchehab@kernel.org>
configure.ac