diff --git a/configure.ac b/configure.ac index 762df24af14b53..465446143b7140 100644 --- a/configure.ac +++ b/configure.ac @@ -6784,7 +6784,7 @@ AC_MSG_RESULT(done) # For mingw build need additional library for linking case $host in *-*-mingw*) - LIBS="$LIBS -lversion -lshlwapi -lpathcch" + LIBS="$LIBS -lversion -lshlwapi -lpathcch -lbcrypt" AC_PROG_AWK if test "$AWK" = "gawk"; then awk_extra_flag="--non-decimal-data"