net-snmp/m4/ac_msg_module_dbg.m4

8 lines
96 B
Plaintext

AC_DEFUN([AC_MSG_MODULE_DBG],
[
if test $module_debug = 1; then
echo $1 $2 $3 $4
fi
]
)