X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfigure.ac;h=80be74e7c512119e3aaf66248c2cbc0dc0657a1b;hb=25743b6534e474b532dfe17167ce925bd94e163c;hp=1758a77fce404290bb82fbd3087a3e900ef3d480;hpb=59a81237c1365b9c7643cff7511a805f5679ed4f;p=citadel.git 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.) ])