about summary refs log tree commit homepage
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-05-06 22:20:05 +0000
committerEric Wong <normalperson@yhbt.net>2013-05-06 22:20:21 +0000
commitf80c52cfe4e08fba39995830a3fcf5835d0bb846 (patch)
tree4ed83563f04c68492f79c3f7b9e1089356db01f7 /configure.ac
parentb60e0eebc4e108f63372f9a0ffe318589599728f (diff)
downloadcmogstored-f80c52cfe4e08fba39995830a3fcf5835d0bb846.tar.gz
We will key most client events by pid() and file descriptors,
as this is least ambiguous.  There are some minor refactorings
to pass "struct mog_fd *" around as much as possible instead of
"struct mog_http *".
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index adb37f3..8a9e6d1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,5 +61,7 @@ case $build_os in
 esac
 ])
 
+CM_SYSTEMTAP
+
 AC_CONFIG_FILES([Makefile lib/Makefile])
 AC_OUTPUT