Skip to content
  • Martin Storsjö's avatar
    contrib: Fix a bug in the old gmp configure script · 7fa5b04a
    Martin Storsjö authored
    
    
    The brackets in the config test aren't properly escaped, and thus
    don't end up in the final configure script as intended.
    
    When building on a system where the system default compiler is clang,
    clang can fail due to the main signature
    "int main(int argc, char *argv)" being invalid,
    which makes configure believe that the system compiler isn't
    ANSI compliant, and it tries to invoke (broken) ANSI2KNR code.
    
    Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
    7fa5b04a