mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: Define PA_CFLAGS at right time
To ensure that all the changes to CFLAGS are also stored into PA_CFLAGS.
This commit is contained in:
parent
6c3f05574a
commit
17082e7f3a
1 changed files with 2 additions and 2 deletions
|
|
@ -508,8 +508,6 @@ 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])
|
||||
|
||||
AC_CHECK_FUNCS([regexec], [HAVE_REGEX=1], [HAVE_REGEX=0])
|
||||
AM_CONDITIONAL(HAVE_REGEX, [test "x$HAVE_REGEX" = "x1"])
|
||||
|
||||
|
|
@ -1136,6 +1134,8 @@ fi
|
|||
# Output #
|
||||
###################################
|
||||
|
||||
AC_DEFINE_UNQUOTED(PA_CFLAGS, "$CFLAGS", [The CFLAGS used during compilation])
|
||||
|
||||
AC_ARG_ENABLE([legacy-runtime-dir],
|
||||
AS_HELP_STRING([--disable-legacy-runtime-dir], [Try to connect on legacy (< 0.9.12) socket paths.]))
|
||||
if test "x$enable_legacy_runtime_dir" != "xno" ; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue