Skip to content

Commit f9f0ed2

Browse files
committed
Update ./configure library checks
1 parent b9f33d9 commit f9f0ed2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

configure

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,15 +393,13 @@ check_ocamlversion
393393
check_binary ocamlfind "See: http://projects.camlcity.org/projects/findlib.html"
394394

395395
check_library cohttp "See: https://github.com/mirage/ocaml-cohttp"
396-
check_library cohttp-lwt-unix "Missing support for 'lwt' in cohttp."
396+
check_library cohttp-eio "Missing support for 'eio' in cohttp."
397397
check_library react "See: http://erratique.ch/software/react"
398398
check_library ssl "See: http://sourceforge.net/projects/savonet/files/ocaml-ssl"
399399
check_library http ""
400400

401-
check_library lwt "See: http://ocsigen.org/lwt"
402-
check_library lwt.unix "Missing support for 'unix' in lwt."
403-
check_library lwt_react "See: http://ocsigen.org/lwt"
404-
check_library lwt_ssl "See: http://ocsigen.org/lwt"
401+
check_library eio ""
402+
check_library eio_unix ""
405403
check_library logs ""
406404
check_library logs-syslog "Missing syslog support."
407405

0 commit comments

Comments
 (0)