Fix for lp:860465
authorBrian Aker <brian@tangent.org>
Thu, 29 Sep 2011 23:54:09 +0000 (16:54 -0700)
committerBrian Aker <brian@tangent.org>
Thu, 29 Sep 2011 23:54:09 +0000 (16:54 -0700)
m4/eagain.m4

index 3ba8c23f5409f7307674645beddbfa64c87d35ef..cd9e43198721f37f1d59e0d89a3087f05e3d2294 100644 (file)
@@ -23,6 +23,6 @@ switch (error)
                         [ av_cv_eagain_ewouldblock=no ],
                         [ av_cv_eagain_ewouldblock=yes ])
         ])
-    AS_IF([test "x$ac_cv_eagain_ewouldblock" = "xyes"],[
+    AS_IF([test "x$av_cv_eagain_ewouldblock" = "xno"],[
           AC_DEFINE([USE_EAGAIN], [1], [Define to true if you need to test for eagain])])
 ])