Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.15k stars 213 forks source link

Incorrect detection of compiler during Autotools build #1001

Closed Vort closed 3 months ago

Vort commented 4 years ago

In configure.ac file test, which selects if Clang or GCC is used, exists. But it is wrong: regardless of used compiler, script acts as if Clang is used. https://github.com/Qucs/qucs/blob/13de648ebbfe7dfbd964f1dd7e7524e365ca0079/qucs/configure.ac#L220

Discussion in PR #999 contains propositions on how to fix this problem.

felix-salfelder commented 3 months ago

999 has been merged.