X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=b4581e9f7d15dd767d8b6003a38f65c48a862eee;hb=aeb7c171a08d06ae366d752061a8e8f1b14beb08;hp=9349b1f4756ad22974c6e36660975a1fea840024;hpb=faae971a1b825275ed3585c9692be3d84a62ce01;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index 9349b1f4..b4581e9f 100644 --- a/configure.ac +++ b/configure.ac @@ -91,6 +91,10 @@ AH_BOTTOM([ #define MSG_DONTWAIT 0 #endif +#ifndef HAVE_MSG_MORE +#define MSG_MORE 0 +#endif + #endif ])