r2228 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Sat Nov 3 13:30:07 CET 2007


Author: des
Date: 2007-11-03 13:30:06 +0100 (Sat, 03 Nov 2007)
New Revision: 2228

Modified:
   trunk/varnish-cache/configure.ac
Log:
Typo in previous commit.


Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2007-11-02 14:09:17 UTC (rev 2227)
+++ trunk/varnish-cache/configure.ac	2007-11-03 12:30:06 UTC (rev 2228)
@@ -129,7 +129,7 @@
 return !!setsockopt(sd, SOL_SOCKET, SO_RCVTIMEO, &tv, sizeof tv);
     ]])],
     [ac_cv_so_rcvtimeo_works=yes],
-    [ac_cv_so_rcvtime_works=no])
+    [ac_cv_so_rcvtimeo_works=no])
   ])
 if test "$ac_cv_so_rcvtimeo_works" = yes; then
    AC_DEFINE([SO_RCVTIMEO_WORKS], [1], [Define if SO_RCVTIMEO works])
@@ -148,7 +148,7 @@
 return !!setsockopt(sd, SOL_SOCKET, SO_SNDTIMEO, &tv, sizeof tv);
     ]])],
     [ac_cv_so_sndtimeo_works=yes],
-    [ac_cv_so_sndtime_works=no])
+    [ac_cv_so_sndtimeo_works=no])
   ])
 if test "$ac_cv_so_sndtimeo_works" = yes; then
    AC_DEFINE([SO_SNDTIMEO_WORKS], [1], [Define if SO_SNDTIMEO works])




More information about the varnish-commit mailing list