Skip to content
  • Maya Rashish's avatar
    configure: fix test portability · 67162ad1
    Maya Rashish authored and Dylan Baker's avatar Dylan Baker committed
    From the bash manual:
    
    string1 == string2
    string1 = string2
           True if the strings are equal.  = should be used with the test
           command for POSIX conformance.
    
    (cherry picked from commit 021c4961)
    67162ad1