You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
577 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -454,16 +454,6 @@ if test $ondarwin -eq 1; then
  4. else
  5. stdc="gnu"
  6. fi
  7. -AC_RUN_IFELSE(
  8. -[AC_LANG_PROGRAM([], [dnl
  9. - #ifdef __STDC_VERSION__
  10. - #if __STDC_VERSION__ >= 201112L
  11. - return 0;
  12. - #endif
  13. - #endif
  14. - return 1;
  15. - ])], [CFLAGS="$CFLAGS -std=${stdc}11"], [CFLAGS="$CFLAGS -std=${stdc}99"])
  16. -AC_CHECK_HEADERS([stdint.h stdbool.h], [], [AC_MSG_ERROR([toolchain does not have C99 headers])])
  17. # ---------------------------------------------------------------------------
  18. # Outputs