SIGN IN SIGN UP

gh-96398: Improve accuracy of compiler checks in configure.ac (#117815)

The following variables are now used in compiler checks:
- $ac_cv_gcc_compat is set to 'yes' for GCC compatible compilers
  (the C preprocessor defines the __GNUC__ macro)
- for compiler basename checks, use $CC_BASENAME
  (may contain platform triplets)
- for the rest, use $ac_cv_cc_name
  (does not contain platform triplets)
E
Erlend E. Aasland committed
a5b94d066016be63d632cccee0ec2a2eb24536dc
Parent: 75f7cf9
Committed by GitHub <noreply@github.com> on 11/7/2024, 9:49:58 AM