X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=b4581e9f7d15dd767d8b6003a38f65c48a862eee;hb=5ba395ad3a28f000bdabc7312dcee483c14d996e;hp=9349b1f4756ad22974c6e36660975a1fea840024;hpb=3dee67d04099cc5e2986ed94aa612f429f54d6fb;p=m6w6%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 ])