Testing to make sure that partial reads do not break protocol (aka on active
[awesomized/libmemcached] / docs / libmemcached.pod
index 36079ba5aaa4815a21ca79f18ec2ce9db18672d1..158af9603f234b37bb38cde5524fd6f7c033e5d7 100755 (executable)
@@ -40,7 +40,15 @@ contain its own structure (that is, if you want to share these among
 threads you must provide your own locking). No global variables are
 used in this library.
 
+If you are working with GNU autotools you will want to add the following to
+your configure.ac to properly include libmemcached in your application. 
+
+PKG_CHECK_MODULES(DEPS, libmemcached >= 0.8.0)
+AC_SUBST(DEPS_CFLAGS)
+AC_SUBST(DEPS_LIBS)
+
 Some features of the library must be enabled through memcached_behavior_set(). 
+
 Hope you enjoy it!
 
 =head1 HOME