Skip to content

configure.ac: fix NO_COLOR handling in ./compile

Quotes were interpreted by configure and $NO_COLOR was interpolated at configure time, leading to incorrect script execution. Brackets were also removed.

By switching to single quote string, we can better describe what needs to be printed and what needs to be evaluated.

Merge request reports