From: des Date: Sat, 3 Nov 2007 12:30:06 +0000 (+0000) Subject: Typo in previous commit. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beee75540d5180b505352332d0932dfaa6bd594c;p=varnish Typo in previous commit. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2228 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/configure.ac b/varnish-cache/configure.ac index bfe4ca9d..70450ba6 100644 --- a/varnish-cache/configure.ac +++ b/varnish-cache/configure.ac @@ -129,7 +129,7 @@ struct timeval tv = { 1, 0 }; 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 @@ struct timeval tv = { 1, 0 }; 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])