summary refs log tree commit diff
diff options
context:
space:
mode:
-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}"