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 | |
parent | e071ba36ae94d9d0029bee5e1049460792d45be7 (diff) | |
download | execline-c67cf28d3357b4f09a5922715c9925c7a7817190.tar.gz execline-c67cf28d3357b4f09a5922715c9925c7a7817190.tar.xz execline-c67cf28d3357b4f09a5922715c9925c7a7817190.zip |
Cosmetic fix
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 469c4ec..e6f3773 100755 --- a/configure +++ b/configure @@ -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}" |