Remove cork from being optional, just use it as we need it.
[awesomized/libmemcached] / configure.ac
index 9349b1f4756ad22974c6e36660975a1fea840024..b4581e9f7d15dd767d8b6003a38f65c48a862eee 100644 (file)
@@ -91,6 +91,10 @@ AH_BOTTOM([
 #define MSG_DONTWAIT 0
 #endif
 
+#ifndef HAVE_MSG_MORE
+#define MSG_MORE 0
+#endif
+
 #endif
 ])