Add CFLAGS information on start-up

Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
Marc-André Lureau 2008-08-29 20:08:55 +02:00 committed by Lennart Poettering
parent bdcb3a493c
commit d10e5e56d3
2 changed files with 3 additions and 0 deletions

View file

@ -407,6 +407,8 @@ AS_IF([test "$pulseaudio_cv_PTHREAD_PRIO_INHERIT" = "yes"], [
AC_DEFINE([HAVE_PTHREAD_PRIO_INHERIT], 1, [Have PTHREAD_PRIO_INHERIT.])
])
AC_DEFINE_UNQUOTED(PA_CFLAGS,"$CFLAGS", [The CFLAGS used during compilation])
#### Large File-Support (LFS) ####
AC_SYS_LARGEFILE