summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 19:39:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-12 19:39:43 +0000
commitc67cf28d3357b4f09a5922715c9925c7a7817190 (patch)
treee5fb2f6cc6e24eaf9155479700ac584fd9031424 /configure
parente071ba36ae94d9d0029bee5e1049460792d45be7 (diff)
downloadexecline-c67cf28d3357b4f09a5922715c9925c7a7817190.tar.xz
Cosmetic fix
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
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}"