We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3beef86 commit 6beaf2fCopy full SHA for 6beaf2f
1 file changed
.github/workflows/build.yml
@@ -84,6 +84,8 @@ jobs:
84
run: make smelly
85
- name: Check limited ABI symbols
86
run: make check-limited-abi
87
+ - name: Check Autoconf version 2.69
88
+ run: grep "Generated by GNU Autoconf 2.69" configure
89
90
build_win32:
91
name: 'Windows (x86)'
0 commit comments