• Kamil's avatar
    Fix HAVE_ASPRINTF detection · fc8784e0
    Kamil authored
    gcc6 introduceed a new warning switched with -Wmisleading-identation. This caused to generate a compilation warning for if statement misleadingly indented, which caused HAVE_ASPRINTF to be defined as 0. Adding newline after an if statement fixes the problem.
    fc8784e0
configurator.c 22.5 KB