Skip to content
  • Ell's avatar
    configure.ac: escape backslash chars in compiler version string · c0b10753
    Ell authored
    When constructing CC_VERSION, escape backslash characters in the
    compiler version string, so that they don't get interpreted as
    escape sequences by the compiler.  This is especially important on
    Windows, where the version string of MinGW may contain backslash
    characters as part of paths.
    c0b10753