mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-27 17:30:11 +01:00
[aclocal.dolt.m4] Fix build with bash versions <= 3.0 (bug #18363)
This commit is contained in:
parent
9021755012
commit
310026ab42
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ for arg in "$[]@"; do
|
|||
case "$arg" in
|
||||
--mode=compile) modeok=true ;;
|
||||
--tag=CC|--tag=CXX) tagok=true ;;
|
||||
*) args+=("$arg")
|
||||
*) args@<:@${#args[@]}@:>@="$arg" ;;
|
||||
esac
|
||||
done
|
||||
if $modeok && $tagok ; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue