]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
Style cleanup
[citadel.git] / citadel / configure.ac
index 1758a77fce404290bb82fbd3087a3e900ef3d480..a4140b822558275a7f1e07891ad9f689a60771ac 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.)
                ])
@@ -623,23 +626,6 @@ AC_CHECK_HEADER(ev.h,
 CFLAGS="$saved_CFLAGS"
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 # The big search for OpenSSL
 if test "$with_ssl" != "no"; then
        saved_LIBS="$LIBS"