You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2019/11/26 12:11:52 UTC

svn commit: r1870461 - /httpd/test/mod_h2/trunk/configure.ac

Author: icing
Date: Tue Nov 26 12:11:52 2019
New Revision: 1870461

URL: http://svn.apache.org/viewvc?rev=1870461&view=rev
Log:
to libev or not to libev...

Modified:
    httpd/test/mod_h2/trunk/configure.ac

Modified: httpd/test/mod_h2/trunk/configure.ac
URL: http://svn.apache.org/viewvc/httpd/test/mod_h2/trunk/configure.ac?rev=1870461&r1=1870460&r2=1870461&view=diff
==============================================================================
--- httpd/test/mod_h2/trunk/configure.ac (original)
+++ httpd/test/mod_h2/trunk/configure.ac Tue Nov 26 12:11:52 2019
@@ -334,10 +334,10 @@ case "$OPENSSL_VERSION_PRESENT" in
         ;;
 esac
 
-if test "$OS" = "Darwin" -a "x$MACOS_OK" != "xyes"; then
-    NGHTTP2_DEPS="$NGHTTP2_DEPS gen/.zlib-installed gen/.libev-installed"
-    INSTALL_ADDITIONAL="$INSTALL_ADDITIONAL libev($LIBEV_VERSION) zlib($ZLIB_VERSION)"
-fi
+#if test "$OS" = "Darwin" -a "x$MACOS_OK" != "xyes"; then
+#    NGHTTP2_DEPS="$NGHTTP2_DEPS gen/.zlib-installed gen/.libev-installed"
+#    INSTALL_ADDITIONAL="$INSTALL_ADDITIONAL libev($LIBEV_VERSION) zlib($ZLIB_VERSION)"
+#fi
 
 INSTALL_ADDITIONAL="${INSTALL_ADDITIONAL# }"