Skip to content

Commit

Permalink
Rebuild configure using autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio committed Aug 30, 2020
1 parent 928414e commit d94ccf9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ ac_subst_vars='LTLIBOBJS
LIBOBJS
OMP_DEFS
OMP_OPTS
PULSE_AUDIO
LINUXAUDIO
DEBUG
SHARED
Expand Down Expand Up @@ -697,6 +698,7 @@ SHELL'
ac_subst_files=''
ac_user_opts='
enable_option_checking
with_pulseaudio
'
ac_precious_vars='build_alias
host_alias
Expand Down Expand Up @@ -1332,6 +1334,11 @@ if test -n "$ac_init_help"; then

cat <<\_ACEOF
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-pulseaudio Compile PulseAudio audio module [default=no]
Some influential environment variables:
CXX C++ compiler command
CXXFLAGS C++ compiler flags
Expand Down Expand Up @@ -4297,6 +4304,23 @@ fi
# Check whether --with-pulseaudio was given.
if test "${with_pulseaudio+set}" = set; then :
withval=$with_pulseaudio;
else
with_pulseaudio=no
fi
PULSE_AUDIO=
if test "x$with_pulseaudio" != xno; then :
PULSE_AUDIO="PULSE_AUDIO"
fi
OMP_OPTS=
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
Expand Down

0 comments on commit d94ccf9

Please sign in to comment.