Skip to content

Commit c804982

Browse files
committed
Fix #243: Incorrect assigment in the configure script
1 parent 5559059 commit c804982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ if test "$OPT_STATIC" = "no"; then
877877
RHASH_TEST_OPTIONS=--shared
878878
test "$INSTALL_LIB_SHARED" = "auto" && INSTALL_LIB_SHARED=yes
879879
test "$INSTALL_LIB_STATIC" = "yes" && RHASH_BUILD_TARGETS="$RHASH_BUILD_TARGETS \$(LIBRHASH_STATIC)"
880-
RHASH_LDFLAGS=$RHASH_LDFLAGS $GETTEXT_LDFLAGS
880+
RHASH_LDFLAGS=$(join_params $RHASH_LDFLAGS $GETTEXT_LDFLAGS)
881881
else
882882
LIBRHASH_TYPE=static
883883
LIBRHASH_PATH="\$(LIBRHASH_STATIC)"

0 commit comments

Comments
 (0)