diff options
author | Dave Reisner <dreisner@archlinux.org> | 2013-02-24 16:39:25 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-02-24 16:46:02 -0500 |
commit | 855f6f07fec5106c1c0201dd70ffab6764a0c1a6 (patch) | |
tree | e9e8409fe2b4a121a596fa3c28483c615226840d /configure.ac | |
parent | 3ba09ee8eb9453daf9228f612c9bcd59905fcf05 (diff) |
build: remove explicit -shared in LDFLAGS
This doesn't need to be passed, as it's handled by libtool. Since the
default for autoconf is --disable-static, this change is effectively a
noop. It only matters if you pass --enable-static, in which case the
static libs for systemd libraries will actually be built.
Nitpicky, but this only affects systemd libs. The override for the
other libs remains since these libs are always loaded dynamically and
never compiled staticly.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions