Skip to content

Commit

Permalink
avoid "none required" added to LDFLAGS
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1906958 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
covener committed Jan 23, 2023
1 parent b18ed48 commit c53ea8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ APU_CHECK_UTIL_DSO

AC_SEARCH_LIBS(crypt, crypt ufc)
case "$ac_cv_search_crypt" in
"no"|"none required")
;;
*)
APR_ADDTO(APRUTIL_LIBS, [$ac_cv_search_crypt])
;;
"no"|"none required")
;;
esac
AC_MSG_CHECKING(if system crypt() function is threadsafe)
if test "x$apu_crypt_threadsafe" = "x1"; then
Expand Down

0 comments on commit c53ea8c

Please sign in to comment.