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 e3b5589 commit 236a2f6Copy full SHA for 236a2f6
.github/workflows/linux.yml
@@ -65,6 +65,9 @@ jobs:
65
run: ./buildconf
66
- name: configure
67
run: ./configure --prefix=/tmp/apr ${{ matrix.config }}
68
+ - if: ${{ matrix.config-output != '' }}
69
+ name: check for expected configure output ${{ matrix.config-output }}
70
+ run: for var in ${{ matrix.config-output }}; do grep "^#define *${var} *1" include/apr.h; done
71
- name: make
72
run: make $MARGS
73
- name: install
0 commit comments