mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
build-sys: Print CPPFLAGS in configure
I needed this for verifying that the conditional defining of _FORTIFY_SOURCE works.
This commit is contained in:
parent
9305286ad8
commit
b402f9e01f
1 changed files with 1 additions and 0 deletions
|
|
@ -1438,6 +1438,7 @@ echo "
|
||||||
System Config Path: ${PA_SYSTEM_CONFIG_PATH}
|
System Config Path: ${PA_SYSTEM_CONFIG_PATH}
|
||||||
Compiler: ${CC}
|
Compiler: ${CC}
|
||||||
CFLAGS: ${CFLAGS}
|
CFLAGS: ${CFLAGS}
|
||||||
|
CPPFLAGS: ${CPPFLAGS}
|
||||||
LIBS: ${LIBS}
|
LIBS: ${LIBS}
|
||||||
|
|
||||||
Enable X11: ${ENABLE_X11}
|
Enable X11: ${ENABLE_X11}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue