diff options
author | Pierre Ossman <ossman@cendio.se> | 2006-01-05 21:33:01 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2006-01-05 21:33:01 +0000 |
commit | 971e370a2fdc6496fab680844393955de8d3eed2 (patch) | |
tree | 1dac9989144dc9005264ab02ac574530884d24b4 /configure.ac | |
parent | e2495c7600f45cd3803cdc86fe0fe0cb11d6dfd5 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 54112964..08f7e2b0 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |