Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Commitbc5c9ed
committed
gh-131093: Enforce -std=c11 for gcc at configure time rather than make time
When compiling under gcc, configure.ac currently assumes -std=c11 ratherthan checking it. This causes configure to succeed but make to fail onold compilers. Fix this by adding a check for -std=c11 in configure.ac.1 parent27ed645 commitbc5c9ed
File tree
4 files changed
+54
-2
lines changed- Misc
- NEWS.d/next/Build
4 files changed
+54
-2
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2032 | 2032 |
| |
2033 | 2033 |
| |
2034 | 2034 |
| |
| 2035 | + | |
2035 | 2036 |
| |
2036 | 2037 |
| |
2037 | 2038 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Lines changed: 45 additions & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2456 | 2456 |
| |
2457 | 2457 |
| |
2458 | 2458 |
| |
2459 |
| - | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
2460 | 2464 |
| |
2461 | 2465 |
| |
2462 | 2466 |
| |
|
0 commit comments
Comments
(0)