Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix check for using computed goto flag for re2c
When the computed goto extension is available to optimize conditional jumps, option --enable-re2c-cgoto can add the -g flag for re2c. AC_LANG_SOURCE should be used instead of the AC_LANG_PROG so the compilation check program is not wrapped up in another main() function. When the check is successful, the -g is added, otherwise not.
- Loading branch information