From 25743b6534e474b532dfe17167ce925bd94e163c Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Thu, 29 Dec 2011 19:02:19 +0100 Subject: [PATCH] oops, add -lev again --- citadel/configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/citadel/configure.ac b/citadel/configure.ac index 1758a77fc..80be74e7c 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -611,7 +611,10 @@ AC_CHECK_HEADER(ev.h, ev_cleanup abort_by_shutdown; struct ev_loop *event_base; ev_cleanup_start(event_base, &abort_by_shutdown); - ],[], + ], + [ + LIBS="-lev -lm $LIBS $SERVER_LIBS" + ], [ AC_MSG_ERROR(libev was not found or is not usable. Please install libev.) ]) -- 2.30.2