Skip to content

Commit

Permalink
Fix #243: Incorrect assigment in the configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Aug 7, 2023
1 parent 5559059 commit c804982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -877,7 +877,7 @@ if test "$OPT_STATIC" = "no"; then
RHASH_TEST_OPTIONS=--shared
test "$INSTALL_LIB_SHARED" = "auto" && INSTALL_LIB_SHARED=yes
test "$INSTALL_LIB_STATIC" = "yes" && RHASH_BUILD_TARGETS="$RHASH_BUILD_TARGETS \$(LIBRHASH_STATIC)"
RHASH_LDFLAGS=$RHASH_LDFLAGS $GETTEXT_LDFLAGS
RHASH_LDFLAGS=$(join_params $RHASH_LDFLAGS $GETTEXT_LDFLAGS)
else
LIBRHASH_TYPE=static
LIBRHASH_PATH="\$(LIBRHASH_STATIC)"
Expand Down

0 comments on commit c804982

Please sign in to comment.