100-configure.patch 329 B

123456789101112
  1. --- a/configure
  2. +++ b/configure
  3. @@ -32,7 +32,8 @@ int main(int argc, char **argv) {
  4. }
  5. EOF
  6. - if $CC -I$INCLUDE -o $TMPDIR/atmtest $TMPDIR/atmtest.c -latm >/dev/null 2>&1; then
  7. +# libreCMC: disable ATM support even if present on host system
  8. + if [ 1 -eq 0 ]; then
  9. echo "TC_CONFIG_ATM:=y" >>$CONFIG
  10. echo yes
  11. else