ostree/buildutil
Sam James c568073d1e buildutil/glibtests.m4: fix bashism
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.

Fixes configure warnings/errors like:
```

checking whether to build static libraries... no
./configure: 14795: test: unexpected operator
```

Signed-off-by: Sam James <sam@gentoo.org>
2022-08-23 23:38:20 +01:00
..
attributes.m4 build: Import attributes.m4, detect CFLAGS at build time 2016-08-08 11:13:06 +00:00
glib-tap.mk build: create tests directory for split builds 2019-11-08 06:51:36 +00:00
glibtests.m4 buildutil/glibtests.m4: fix bashism 2022-08-23 23:38:20 +01:00
tap-driver.sh Add SPDX-License-Identifier to source files 2018-01-30 20:03:42 +00:00
tap-test tests: allow specifying tmpdir 2017-09-21 21:50:40 +00:00