Skip to content

configure: fix test portability

coypoop requested to merge coypoop/mesa:configure-portability into master

From the bash manual:

string1 == string2 string1 = string2 True if the strings are equal. = should be used with the test command for POSIX conformance.

Edited by coypoop

Merge request reports