Skip to content

Commit a241606

Browse files
committed
Add the logs dependency in ./configure
1 parent 8802573 commit a241606

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,8 @@ check_library lwt "See: http://ocsigen.org/lwt"
401401
check_library lwt.unix "Missing support for 'unix' in lwt."
402402
check_library lwt_react "See: http://ocsigen.org/lwt"
403403
check_library lwt_ssl "See: http://ocsigen.org/lwt"
404-
check_library lwt_log "See: http://ocsigen.org/lwt"
404+
check_library logs ""
405+
check_library logs-syslog "Missing syslog support."
405406

406407
check_library re "See: https://github.com/ocaml/ocaml-re/"
407408
check_library cryptokit "See: http://pauillac.inria.fr/~xleroy/software.html#cryptokit"

0 commit comments

Comments
 (0)