projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
8b44797
)
Fix for lp:860465
author
Brian Aker
<brian@tangent.org>
Thu, 29 Sep 2011 23:54:09 +0000
(16:54 -0700)
committer
Brian Aker
<brian@tangent.org>
Thu, 29 Sep 2011 23:54:09 +0000
(16:54 -0700)
m4/eagain.m4
patch
|
blob
|
history
diff --git
a/m4/eagain.m4
b/m4/eagain.m4
index 3ba8c23f5409f7307674645beddbfa64c87d35ef..cd9e43198721f37f1d59e0d89a3087f05e3d2294 100644
(file)
--- a/
m4/eagain.m4
+++ b/
m4/eagain.m4
@@
-23,6
+23,6
@@
switch (error)
[ av_cv_eagain_ewouldblock=no ],
[ av_cv_eagain_ewouldblock=yes ])
])
- AS_IF([test "x$a
c_cv_eagain_ewouldblock" = "xyes
"],[
+ AS_IF([test "x$a
v_cv_eagain_ewouldblock" = "xno
"],[
AC_DEFINE([USE_EAGAIN], [1], [Define to true if you need to test for eagain])])
])