oops, add -lev again
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 29 Dec 2011 18:02:19 +0000 (19:02 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 29 Dec 2011 18:02:19 +0000 (19:02 +0100)
citadel/configure.ac

index 1758a77fce404290bb82fbd3087a3e900ef3d480..80be74e7c512119e3aaf66248c2cbc0dc0657a1b 100644 (file)
@@ -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.)
                ])