diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 19:39:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-12 19:39:43 +0000 |
commit | c67cf28d3357b4f09a5922715c9925c7a7817190 (patch) | |
tree | e5fb2f6cc6e24eaf9155479700ac584fd9031424 /configure | |
parent | e071ba36ae94d9d0029bee5e1049460792d45be7 (diff) | |
download | execline-c67cf28d3357b4f09a5922715c9925c7a7817190.tar.xz |
Cosmetic fix
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ if $shared ; then tryldflag LDFLAGS_SHARED -Wl,-Bsymbolic fi -LDFLAGS_SHARED="${LDFLAGS_SHARED}$addlibdpath" +LDFLAGS_SHARED="${LDFLAGS_SHARED}${addlibdpath}" if $allstatic ; then LDFLAGS_NOSHARED="${LDFLAGS_NOSHARED}${addlibspath}" |