From: Wilfried Goesgens Date: Thu, 29 Dec 2011 18:02:19 +0000 (+0100) Subject: oops, add -lev again X-Git-Tag: v8.11~274 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=25743b6534e474b532dfe17167ce925bd94e163c oops, add -lev again --- 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.) ])