]> git.ipfire.org Git - thirdparty/lldpd.git/blobdiff - m4/systemtap.m4
debian: no need to BD on lsb-release anymore
[thirdparty/lldpd.git] / m4 / systemtap.m4
index daa6c34b53d595cf03967843a045e96a51e5e738..0564e3da8784e3aeb78d855b3946e30081e32752 100644 (file)
@@ -4,6 +4,7 @@
 # Check for DTrace/Systemtap support
 
 AC_DEFUN([lldp_SYSTEMTAP], [
+  # Enable systemtap support
   lldp_ARG_ENABLE([dtrace], [systemtap/DTrace trace support], [no])
   AM_CONDITIONAL([ENABLE_SYSTEMTAP], [test x"$enable_dtrace" = x"yes"])
   if test x"$enable_dtrace" = x"yes"; then