Skip to content

Commit

Permalink
update to github url
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Feb 20, 2024
1 parent de906f0 commit 8860c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -14249,7 +14249,7 @@ then :

else $as_nop

as_fn_error $? "header files for required library libsodium was not found on your system, please check http://download.libsodium.org/libsodium/releases/" "$LINENO" 5
as_fn_error $? "header files for required library libsodium was not found on your system, please check https://github.com/jedisct1/libsodium" "$LINENO" 5


fi
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ elif test "x$LIBSODIUM_FOUND" = "xno"; then
AC_CHECK_HEADER(sodium.h,
[],
[
AC_MSG_ERROR([header files for required library libsodium was not found on your system, please check http://download.libsodium.org/libsodium/releases/])
AC_MSG_ERROR([header files for required library libsodium was not found on your system, please check https://github.com/jedisct1/libsodium])
]
)
fi
Expand Down

0 comments on commit 8860c53

Please sign in to comment.