mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-25 06:59:52 -05:00
Add possibility for linking semi-static executables (libtools definition
of static). git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@402 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e2495c7600
commit
971e370a2f
2 changed files with 27 additions and 1 deletions
|
|
@ -291,6 +291,12 @@ AM_CONDITIONAL([HAVE_LIRC], [test "x$HAVE_LIRC" = x1])
|
|||
# Output #
|
||||
###################################
|
||||
|
||||
AC_ARG_ENABLE(
|
||||
[static-bins],
|
||||
AC_HELP_STRING([--enable-static-bins],[Statically link executables.]),
|
||||
[STATIC_BINS=1], [STATIC_BINS=0])
|
||||
AM_CONDITIONAL([STATIC_BINS], [test "x$STATIC_BINS" = "x1"])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
polyp/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue