You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by mt...@apache.org on 2010/05/21 09:55:11 UTC

svn commit: r946925 - /trafficserver/traffic/trunk/configure.ac

Author: mturk
Date: Fri May 21 07:55:11 2010
New Revision: 946925

URL: http://svn.apache.org/viewvc?rev=946925&view=rev
Log:
Add libev TODO

Modified:
    trafficserver/traffic/trunk/configure.ac

Modified: trafficserver/traffic/trunk/configure.ac
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/configure.ac?rev=946925&r1=946924&r2=946925&view=diff
==============================================================================
--- trafficserver/traffic/trunk/configure.ac (original)
+++ trafficserver/traffic/trunk/configure.ac Fri May 21 07:55:11 2010
@@ -619,6 +619,11 @@ AC_CHECK_LIB([rt],[clock_gettime],[AC_SU
 AC_CHECK_LIB([posix4],[clock_gettime],[AC_SUBST([LIBRT],["-lposix4"])])
 AC_CHECK_LIB([iconv],[iconv_open],[AC_SUBST([LIBICONV],["-liconv"])])
 AC_CHECK_LIB([iconv],[libiconv_open],[AC_SUBST([LIBICONV],["-liconv"])])
+# TODO: We have --enable-libev but here we add it unconditionally
+#       making resulting binaries always linked to libev if present.
+#       Use a proper --with-libev and fail on --enable-libev and -lev
+#       is missing. Allow --with-libev=builtin? living in ./srclib/ev ?
+#
 AC_CHECK_LIB([ev],[ev_sleep],[AC_SUBST([LIBEV],["-lev"])])
 
 #