Skip to content

Commit 236a2f6

Browse files
committed
Merge r1912610 from trunk:
CI: Test that configure really sets APx_HAVE_x flags in apr.h in configurations for optional features. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.8.x@1920063 13f79535-47bb-0310-9956-ffa450edef68
1 parent e3b5589 commit 236a2f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
run: ./buildconf
6666
- name: configure
6767
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
6871
- name: make
6972
run: make $MARGS
7073
- name: install

0 commit comments

Comments
 (0)